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
2077
WinGrid: how to programmatically select a RowLayout
posted

I have build a UserControl with a WinGrid to display a list of data. Based on the place it will be used I have to display different set of columns for the sale list of data.

So I have defined 2 different row layouts that I can see in the band: RowLayout1 and RowLayout2.

What I need is to be able to programmatically change the RowLayout that is applied on the grid. Can this be achieved?

Thank you.

Best regards,

Emanuel Haisiuc