I have a ListGrid with the SelectionAppearance.CHECKBOX set. My question is: How to mark a row selected based on the value of a field?
For example, I have a boolean field named "Selected" in the list grid record. When data is loaded in the ListGrid, I would like rows marked as selected for those which has the Selected field equal to true.
Thanks.
For example, I have a boolean field named "Selected" in the list grid record. When data is loaded in the ListGrid, I would like rows marked as selected for those which has the Selected field equal to true.
Thanks.
Comment