Virtual Grid checkbox selection

Is it possible to select multiple rows in a virtual grid and then select the check box. It seems I can only get the event for the actual row clicked and not the entire selection.

3 Replies

AD Administrator Syncfusion Team May 6, 2004 05:58 PM UTC

In the event, you can get the selected range, and change all the cell values at that point. Here is a sample. DerivedComboBoxCell_7024.zip


AD Administrator Syncfusion Team May 6, 2004 06:21 PM UTC

Thanks this is not 100% what I am looking for (since it will set all values to match the one you are clicking on), however I think it is more than sufficient that using a listview when dealing with large amounts of data.


AD Administrator Syncfusion Team May 6, 2004 07:44 PM UTC

You do not have to set them all the same way. You can iterate through the selections, and flip the value of each cell.

Loader.
Up arrow icon