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
930
Resizing multi row headers
posted

Hi,

I have a grid with multi row headers. A screenshot is attached.

How do I make so that if I resize the "Instructions" column the Signature, Notes and Done columns do not resize? I've set them to have a LockedWidth and set the MaxWidth but this doesn't work.

Basically I only want the Todo and Instructions columns resizable.

Thanks!

Ryan

 

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello Ryan,

    What you could try here is setting the MinWidth and MaxWidth of th columns that you do not want to resize to the same number (let's say there current width) in the InitializeLayout event of your Grid. Leaving the other two columns untouch should give you the ability to resize them.

    Please let me know if you have any further questions.

    Sincerely,

    Danko Valkov

    Developer Support Engineer

    Infragistics, Inc.

     

Children