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>
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
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.