Hi,
I am having this extra space in UltraWinGrid (snapshot attached). How can I remove it?
Regards,
Nitin Jain
Hi Mike,
I checked the code and didn't find any reset or loading of layout. I will try different options and will post the reason if I find.
Thanks for all the help.
The settings are not being reset anywhere in code but "loading a Layout or a Preset" seems to me a point worth looking and I suspect this as culprit.
Thanks,
Hi Nitin,
If setting those properties at design-time is having no effect, then my guess is that you are re-setting that at run-time and those settings are getting lost. Check your code and make sure you are not setting those properties at run-time. Also check to make sure you not loading a Layout or a Preset into the grid, which could be overriding those settings.
Hi Boris,
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)
Hello Nitin,
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?