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
840
xamDataGrid: How to add a tooltip to the grouped header/label
posted
We have a xamDataGrid with grouping defined via FieldSortDescription. When the grid renders we want the ToolTip of the GroupByRecord to be set to a property that is not displayed on the grid, but is availble on each underlying DataItem in the bound DataSource. Basically, each data item has a GroupedHeaderText that is grouped on for orgainization & display. There is also a property GroupedToolTipText that needs to be set as the ToolTip for each GroupByRecord. Note: The property GroupedToolTipText is different per group, this is probably obvious, but I want to stress that we are not looking for a static ToolTip. Thanks!