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
295
Disable Group Header Click in Ultrawingrid
posted

I'm using this below code, how can I disable user clicking on Group Header Caption. I want disable click functionality on Group Header Caption. 

Dim group1 As UltraGridGroup = e.Layout.Bands(0).Groups.Add("group1")
group1.Header.Caption = "Header 1"
group1.Header.Appearance.TextHAlign = HAlign.Center