Hi
I am looking for some type of OnRowSelected Event to fire when I select a row in my ultragrid. In this event I want to pick some values from the row and use somewhere else on the form.
Currently I have the Row Selector set to Show
Any help would be great
Thanks
After row activate is a good one
I think i found a better one for my problem:
AfterSelectChange
Works a treat.
Thanks for the reply