Hi,
I am having this extra space in UltraWinGrid (snapshot attached). How can I remove it?
Regards,
Nitin Jain
Hello Nitin,
If I have to guess, I would say that you have some child records, with a lot more columns than in the parent band. If you expand on of your parent records, the above could happen.
Please feel free to let me know if I misunderstood you or if you have any other questions.
Hi Boris,
Sorry for not to be very clear in screenshot. There may be some child bands, but for this grid we are not showing them.
PS: In our application, this is the derived class for the grid. So, that is why there may or may not be child bands in base class, but in this class we are not showing any of the child bands.
So, even if there are any child bands, they are being hidden always.
Please let me know if the hidden child bands impacting this. If yes, then what could I do to come up from this issue.
Also, if there are any child bands, then by default these are being collapsed.
InitializeLayout is too late. You should set this property on the grid at design-time.
Hi Mike,
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?
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 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.
Could you please try to attach, if possible, a small sample project, reproducing the above mentioned issue, I will be happy to take a look at it?
I am afraid that the issue is replicated only in client code base and not in sample application.
And I am not able to provide client code base.
That's why my guess is some other property is interfering with this one somehow, as I learnt that some properties are dependent and interfere in Infragistics with each other. Please correct me if I am wrong.
So, if possible can you please provide me if there is any such property that I can look for to solve this issue. (like ViewStyle to single band solved the issue on one of the inherited grid instance)