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.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
How to remove the space between cell bottom border and cell content? Cell Padding = 0 is removing the space between cell top border and cell content only.
Hi Pradeep,
In the future, please post question in a new thread when they are not related to the topic under discussion. :)
Anyway, I don't beleive you can completely remove all of the space below the text. The drawing of text in Windows includes a little bit of padding for descenders and the grid probably puts at least one or 2 pixels of space in there just to make sure the text doesn't touch the border lines.
You might try switching to RowLayout mode - RowLayout typically has less padding in the cells and allows you to make the row height smaller.