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
2715
Grouping issue
posted

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.

Parents
  • 69832
    Offline posted

    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.

Reply Children