SelectedRowsEventArgs e doesnt contain any information about the selected row. Any idea what could be done to retrieve the information about the selected row? I tried grid1.Displaylayout.SelectedRows, and I am not able to get the selected row from there too. Is there a bug?
I want to avoid rowselectors.
Thanks,
I have the same problem on Ingragistics 8.2. I have 9 webforms with UltraWebGrids. Five of them don't send info about the selected row.
e.selectedRows has capacity = 4 and Count = 0
The grids that works have the same code than the others.
SelectTypeRowDefault="Single"
events:
OnSelectedRowsChange="UltraWebGrid1_SelectedRowsChange"