Permanent selection
CompletedHi Dapfor, I have one request for the future. If there could be a way to enforce the selection of one row all the time.
0
-
Hi,
We have added the Grid.SelectionChanging property.
Example:
grid.SelectionChanging += delegate(object sender, GridRowSelectionEventArgs e)
{
e.NewSelectionState = true;
};0
Please sign in to leave a comment.
Comments
1 comment