GetSelectedRows() contains hidden rows

Is it possible that GridModel.Selections.GetSelectedRows() returns only visible rows? I don''t want hidden rows in the selection, that''s why I hide them.

1 Reply

AD Administrator Syncfusion Team June 30, 2005 06:03 PM UTC

There are no property settings that will avoid this. For now, you would have to loop through the selections and remove any hidden rows.

Loader.
Up arrow icon