Hi !
I have a grid with columns user_location, user_name, action, role, all groupable. When the user clicks a row I use the rows user_location and user_name to fill up a form. But, when I group the grid by the user_location, and the user click a row in the grid - i get an exception that the "user_location" cell does not exist in the row.
Is there a way to find out the value for this cell ?
Thanks,
Marius.
I assume that your problem has something to do with the fact that the UltraGridGroupByRow's Cells property returns null. Since the UltraGridGroupByRow represents a grouping of rows each of which has the same cell value, that value is exposed via the UltraGridGroupByRow.Value property.