Hi
I have a grid which I need to select multiple rows and process the contents of each rows cells
I have tried looping through the rows in the grid and checking the grid.Rows(i).Activated = true
but this only returns the first Active row in the grid.
Is there another property which distinguishes selected rows from non selected rows ??
Is there a difference between active and selected rows
Thanks
Colm
Hello,
I have the same Issue by selecting rows from an UltraGrid.
I tried to implement this example on the following site: How to Drag and Drop Rows in a Grid
If the DragDrop event is fired, the program get no selected rows. The object of type SelectedRowsCollection has zero values.
I had opened the UltraWinGrid Designer from the grid's smart tag and selected the "Feature Picker" and used the "Selection" node.
I use VS2008 and Infragistic 9.2. I spent much time get the issue solved, but I see no solution.
Hi,
I have seen the same thing. We have a made a derived grid from UltraWinGrid 7.3 and when we reload the grid and there is a selected row all the rows after the datasource has been reloaded appears to be selected but the selected.Rows property is empty.
I figured out that my problem had to do with setting the RowSelectors property to false like so: grdCurrent.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
Holding the shift key down and clicking the mouse selected multiple cells but it does not select multiple rows. When I set the above property to Infragistics.Win.DefaultableBoolean.True, the row selector column is displayed and holding down the shift key and clicking the mmouse in the row selectors column will select multiple rows. In summary, setting the RowSelectors property to true and using the row selector column to select multiple rows solved my problem.
I'm seeing this same issue in an ultragrid.
I don't see how that could possibly happen. If it is happening, then it sounds like a very serious bug. But I have not heard any other reports of this.
Can you duplicate this in a small sample project?