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
515
CellValuePresenter Style
posted

hi,

I am using XamDatagrid and creating CellValuePresenterStyle.

As TargetType is CellValuePresenterStyle it applies to all the cells in the datagrid.

Now i want to set the cellvaluepresenter style for one column/field as null.

So I am doing as below :

<igDP:Field.Settings>

<igDP:FieldSettings

CellValuePresenterStyle="{x:Null}"  >

</igDP:FieldSettings>

</igDP:Field.Settings>

 

but this do not work. I does not set the style for single filed as Null.

Help Needed.

Thanks,

Sejal

  • 69686
    posted

     Hello Sejal,

    IF you open the xamFeatureBrowsers and take a look at the xamDataGrid - Themes and Custom Styles - Custom CellValuePresenterStyle - Advanced you can see the exampl, which shows how to modify and change the style for only one column.