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
135
customize tooltip
posted

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

  • 1500
    Offline posted

    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 Tonev
    Associate Software Developer
    Infragistics