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
455
Set CellWidth of XamDataGrid column in Style
posted

Hi,

I would like to set the cell width of a column in a separate style. We have lots of columns and grids and want to set this property on a central place. I know how to do it locally:

<igDP:Field Name="Idx" Label="No." ToolTip="Number">
   <igDP:Field.Settings>
      <igDP:FieldSettings CellWidth="100" />
  
</igDP:Field.Settings>
</igDP:Field>

 

 

But how to do it in a Style?

Thanks for your help!

BR
Stephan

Parents Reply Children
No Data