Thursday, May 29, 2014

When a DevExpress ASPxGridView has a column of checkboxes for selecting its rows, you may uncheck all of the checkboxes via C# in this way.

MyGrid.Selection.UnselectAll();

No comments:

Post a Comment