Hi,
I am having this extra space in UltraWinGrid (snapshot attached). How can I remove it?
Regards,
Nitin Jain
Hi Mike,
I set MaxBandWidth to 3 at design time and AllowColSizing to Free at design time, but still the issue is there.
I am sure I am missing any property that is creating this issue, as I have tried on a new grid in a sample app and its working fine there.
Thanks,
I don't know why that's not working for you. But another option would be to unlink the column widths across bands so that the column widths in each band are independent. To do that, use the AllowColSizing property (on the Override) and set it to one of the "Free" options.
I tried setting it at design time to 3, but still it is not working.
Is there any other property by which this can be suppressed/overrided?
InitializeLayout is too late. You should set this property on the grid at design-time.
Sorry for so late reply. I just tried your suggestion but that also didn't work.
I set the MaxBandDepth to 3, but still can see the unnecessary space at the end.
I am setting it in GridInitializeLayout event handler, do I need to set it at any other place?