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
155
How do I select multiple rows accross different bands?
posted

Hi,

I want to select multiple rows accross different bands in a wingrid. I've set the SelectType on the grid to "extended" and use the default settings on the two bands. But whenever I select rows in band[0] and want to extend the selection with rows from band[1] by holding the [CTRL]-Key, the selection in band[0] is cleared. Is there a way to multiselect rows from two different bands within one grid?

 thanxs

Parents
  • 927
    posted

    Unfortunately, this is not supported by Infragistics.

    I had to implement this function entirely manually. I set SelectType to None and wrote code in the MouseDown and MouseUp events to handle all combinations of clicking, with or without the Ctrl or Shift key pressed. I maintain my own collection of selected rows, coloring the selected rows to "appear" as if they're selected and resetting the colors when they're not selected.

    I hope you will submit a feature request. The more Infragistics hears that this functionality is needed, the more likely it is that they will add it to their grid.

Reply Children
No Data