Hello,
I use an UltraGrid with a list of a personal object.
When I click on a row I want to get the Object, I don't want to recreate it. How can I do this with UltraGrid. I can do it with standard .Net 2.0 grid but not with this one.
Thank you for your answer
Tigroux06
I found it :)
this.bankCardUltraGrid.Selected.Rows[0].ListObject as MyObject