hi
i want to customize my tooltip of a field of xamdatagrid.
is it possible to have a grid containing multiple textblock in my tooltip.
Thanks
Gourav
Hello,
You can restyle the tool-tip property of the cells to be displayed as per your requirements:
<Style TargetType="{x:Type igDP:CellValuePresenter}"> <Setter Property="ToolTip"> <Setter.Value> <Grid> //textblocks or any other content </Grid> </Setter.Value> </Setter> </Style>
Should you need further help, please let me know.
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics