Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3914
Copy CheckedRow
posted

Hi,

I use the following function to copy selected grid rows.

_ultraGrid.PerformAction(UltraGridAction.Copy, false, true);

I now use CreationFilter to create a CheckBox at everyRow as I want the user to check certain rows to perform an action. Is there anyway I can copy CheckedRows instead of SelectedRow which the above function does.

Thanks

Sangeetha