I have a grid where users can open the rows in edit mode to perform updates, and they can also select the rows and perform actions on those selected rows. The problem is that a row in edit mode appears to be seen as selected by default from what I am seeing.
Therefore, if my application wants to perform certain actions on selected rows and there are rows in edit mode at the same time, it will apply those actions to the rows in edit mode as well. Since I can't seem to find a way to seelct rows in edit mode and have them show in the grid as selected, how do you get around this? it's possible the user may want to select both rows in edit mode and rows not in edit mode at the same time and apply actions to both.
Is there any way to visually select a row in edit mode?
Thanks
Therefore, if my application wants to perform certain actions on selected rows and there are rows in edit mode at the same time, it will apply those actions to the rows in edit mode as well. Since I can't seem to find a way to seelct rows in edit mode and have them show in the grid as selected, how do you get around this? it's possible the user may want to select both rows in edit mode and rows not in edit mode at the same time and apply actions to both.
Is there any way to visually select a row in edit mode?
Thanks