DataGrid Sorting
-
Hi all, I am using Datagrid in my application which has a bool checkbox column. Sorting property is on for datagrid. When datagrid is sorted, bool column behaves other way. Like if i click on the first row of datagrid, it should change the status of firrst row bool column but it changes the status of any other row. Why is it behaving like this? Any Solutions? Sumit Domyan
-
Hi all, I am using Datagrid in my application which has a bool checkbox column. Sorting property is on for datagrid. When datagrid is sorted, bool column behaves other way. Like if i click on the first row of datagrid, it should change the status of firrst row bool column but it changes the status of any other row. Why is it behaving like this? Any Solutions? Sumit Domyan
what does your code look like to update the boolean column? most likely yuo're just using current row property of the datagrid, and you should be using the currency manager, to get at the currently selected row. just a thought.
-jim
-
what does your code look like to update the boolean column? most likely yuo're just using current row property of the datagrid, and you should be using the currency manager, to get at the currently selected row. just a thought.
-jim