Hi,
I am filtering a checkbox column. When Filter is active, logically, only rows, which the checkbox column accept the filter criterium, are shown.
The problem is..., ¿where are the rest rows??? ¿Where are the rows which aren't shown?
Only a checkbox can be active. The checkbox column can not have two rows with the checkbox cell set to true.
Then, when the user click the checkbox and the value is true, I programaticly find in the all gridview's row and find the other row whose checkbox cell is true. I set this cell to false. This works fine.
The problem is when the filter is active, if the filter is filtering the checkbox column when the cell is set to false, when the user set to true the row, I can not find the other row whose checkbox cell is set to true.
¿How do I this ???
I am thinking not permit to the user edit rows when filter is active. But..., ¿How do I know when the filter is active?
Thank you,
Fernan
I am filtering a checkbox column. When Filter is active, logically, only rows, which the checkbox column accept the filter criterium, are shown.
The problem is..., ¿where are the rest rows??? ¿Where are the rows which aren't shown?
Only a checkbox can be active. The checkbox column can not have two rows with the checkbox cell set to true.
Then, when the user click the checkbox and the value is true, I programaticly find in the all gridview's row and find the other row whose checkbox cell is true. I set this cell to false. This works fine.
The problem is when the filter is active, if the filter is filtering the checkbox column when the cell is set to false, when the user set to true the row, I can not find the other row whose checkbox cell is set to true.
¿How do I this ???
I am thinking not permit to the user edit rows when filter is active. But..., ¿How do I know when the filter is active?
Thank you,
Fernan