Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1180
Resize columns in Grid with RowLayout setting
posted

Hi Guys,

I've created a ultraGrid which contains multi-level bands. I am using below setting to make sure that when I resize the on Parent columns, child columns will get resized as well.

this._mainGrid.DisplayLayout.Override.AllowColSizing=AllowColSizing.Synchronized;

This works fine with normal grid. However, if I set up RowLayout on grid or categorize columns by using column.Group, it doesn't work anymore. How can I get child column get resized as well in such situation?

 

Thanks,

Xin