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
165
Not able to reduce Field width to less than 6
posted

Hi,

In XamDataGrid, i have some fields. When i am trying to change the Width of a Field its working only when the value is greater than 6. I want to reduce the width of a Field than 6. How to do it ?

Thanks

Kumaran Vellaisamy

Parents
No Data
Reply
  • 30945
    Verified Answer
    Offline posted

    Hello Kumaran,

     

    Thank you for your post. I have been looking into it and I can suggest using the CellMaxWidth property of the FieldSettings of the Fields that you wish to resize. I have created a sample application for you that shows how you can change the width of a field to value lower than 6 pixels, using a slider.

     

    Please let me know if you need any further assistance on the matter.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    FieldWidthThroughCode.zip
Children