UltraGrid

Posted by Freddy Boisseau on 28-Oct-2008 11:20

I have a multilevel (various tables) grid, and when a row is activated I want to get access to the row in the datasource that is referenced, but I can not find out how to do that. I have found the 'ActiveRow' property of the UltraGrid but after that point I get lost. Can someone point me in the right direction?

All Replies

Posted by Freddy Boisseau on 28-Oct-2008 13:24

I figured this out. The code to get the value of a cell is below.

ultraGrid1:ActiveRow:cells:Item:value

This thread is closed