Due to the sorting option in the wingrid I am looking for a way, how to get from a specific UltraGridRow object to UltraDataRow in the datasource?
Is there any mapping of indexes or any property how can I get from UltraGridRow object to the associated UltraDataRow object in the datasource?
Viktor
You can use the ListObject property of the UltraGridRow to get the row from the underlying data source.
This was useful. Thank you