Hi,
How exactly are you using the UltraDataSource in this case? What I would do is use it in On-Demand mode. You can take a look at the Million Rows sample to see how this works. Basically, you can set up the pivoted data structure in the UltraDataSource and bind it to the grid. Then you will need to handle events of the UltraDataSource compoment to provide it with data from the list and also to update the list when the data in the UDS is changed.
My question is also little bit related to this thread. I am displaying data in an ultraWinGrid. In my control, by default its cells are editable(I have not changed any settings). How to make the UWG cells Read only?. I tried a lot, but unable to find the solution. Please help me..
Regards,
Pradeep.
Hi Mike,
I am having one requirement like,
I need to display images and data on Ultragrid from database. For displaying data, i am adding to Ultradatasource and I am binding the datasource to UltraGrid. In the same way how to add pictures to Ultradatasource and bind it to ultragrid..
Pradeep