You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a wrong behavior when you set filtering to false for your grid but add a control column with switchbutton to true.
If you click on the plus sign the line appear it's ok but you can't remove the line after that.
If you click on the magnifying glass icon you display the filtering line.
Maybe you could implement this kind of behavior:
When you click on the plus sign icon in the header the insert line appears and the plus sign disappears.
Add a cross sign icon in the control column to allow the user to cancel the insertion. It should be always there: it's not clear enough how to cancel the insertion.
When the user clicks on the plus sign icon (to add the line) or on the cross sign icon (to cancel) the line disappears and the plus sign icon on the header reappears. Of course if filtering is enabled when you click on the cross sign icon the filtering line is displayed.
The text was updated successfully, but these errors were encountered:
Currently, the switch filtering/inserting button just toggles filtering=true inserting=false or filtering=false inserting=true of the grid. Thus it turns on filtering, even if it was turned off from the start.
The behavior you've described can be achieved redefining headerTemplate of control field like this:
Hi,
There is a wrong behavior when you set filtering to false for your grid but add a control column with switchbutton to true.
If you click on the plus sign the line appear it's ok but you can't remove the line after that.
If you click on the magnifying glass icon you display the filtering line.
Maybe you could implement this kind of behavior:
The text was updated successfully, but these errors were encountered: