Hi,
I am having this extra space in UltraWinGrid (snapshot attached). How can I remove it?
Regards,
Nitin Jain
Hi Nitin,
How many child bands do you have?
The grid has to be able to scroll over to the right far enough to accommodate all of the child bands - regardless of whether they are expanded or not.
The large space you have here leads my to guess that your data source might be recursive, and thus have an infinite depth. If that's the case, then the grid will limit the band depth to 100 by default, but you could reduce this limit and make things more manageable. No human user could possibly deal with 100 levels of data, anyway, and the BindingManager in DotNet will start to suffer some serious performance problems after about level 5 to 8.
So try setting the MaxBandDepth property on the grid to somewhere between 5 and 8 and see if that helps.
Hi Boris,
I tried to change the ViewStyle to Single Band, and it worked. So, it seems that this is being caused by Multiple bands present even the bands are not being shown.
Is it possible to achieve this with Multiple/Child Bands?
I tried the solution but that didn't work.
I didn't get chance to apply the solution as was busy in another issue. I will inform you with the results as soon as I get chance to look into it.
Thanks,
Hello Nitin,
I wanted to know if you were able to solve your issue based on this suggestion or you still need help. Please let me know.