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
735
How to fix first column width when datagrid fieldsetting width is "Auto"?
posted

Hi All,

For some cases, i set the fieldsetting width to "Auto" as below.(If the value is too long,the grid cell will not showing all characters.)

 <igDP:FieldSettings CellClickAction="SelectRecord" Width="Auto"/>

Now i want fix the first column by below code, but it doesn't work. Anyone can help me on this?

<igDP:Field Name="KeyID" Label="{x:Static resourceRepository:Resources.Key_Id}" Width=40"/>

Thanks,

Brandon.