Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
How do I get the DataItem from UltraWebGrid
posted

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.