Unplanned
Last Updated: 22 May 2024 15:06 by Allen
Allen
Created on: 22 May 2024 15:06
Category: DataGrid
Type: Feature Request
2
DataGrid: Provide support for Tooltip text on column

 I want to have the option to add a ToolTip for column, 

 <telerik:DataGridTextColumn IsFrozen="True" HeaderText="BirthDay"
                                            DataMemberBinding="{Binding BirthDay}"
                                            ToolTipProperties.Text="{Binding BirthDay}" />

0 comments