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
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.
By the way, the ability to select nodes across different parents was recently added to UltraWinTree. So you might consider using the tree instead o the grid if it meets the needs of your application.
Either way, you should Submit a feature request to Infragistics