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
480
Need little help with GroupBy functionality
posted

I am adding a group programmatically right after I databind using the one line of code below.

this

.ugDataGrid.DisplayLayout.Bands[0].Groups.Add("KEYNAME");

I then need to be able to hide the group by box and be able to nagivate the bands. Is there an an option? If an option does not exist, then I want to lock the group (user should not be able to ungroup or group other columns).