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
315
Update row information in WinGrid using UltraDataSource.
posted

Hy!

I'm using a UltraDataSource object in order to load a custom object list into a WinGrid. And I'm looking for the best way to update a single row without having to reload the entire grid.

The thing is that the load process takes a while, and every time a property of my entity is modified the entire reload makes the application a little a annoying.

Why I'm using a UltraDataSource? Because the object is an interface, so in order to get all the properties of that object (including the inherited ones) I have to use a UltraDataSource.

Thanks, Luciano.

Parents Reply Children
No Data