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
315
Selecting multiple rows in an UltraGrid
posted

Hi,

  I have an UltraGrid which contains a few buttons.  I want to select multiple rowns in the grid and then click the button from one of the rows (here the Selected.Rows.Count = number of rows seelcted). However, in the ClickCellButton method I see that the

Selected.Rows.Count  gets set  to zero. Is there any way in which I can retain the row selection on button click.

Thanks,

Ketaki