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
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
I am just checking if you require any further assistance on the matter.
Hello Krasimir,
Thanks for your response. It is working fine.