In GridView, you can pull the DataItem (the actual object) being bound to a row.
How is this done with UltraWebGrid?
I'm binding an UltraWebGrid to custom business objects via an object datasource. Likewise, we have a service to update each items.
I cannot set the Update Method to do this in the ODS because the data is hierarchial and I'm updating a child object contained within the header.
So basicaly, I just want to know how to get the object bound to a row in UltraWebGrid. Is this possible? Thanks.
Is it possible to get the original object in the UpdateRow method?