This example demonstrates how to display a truncated text in ASPxGridView column and show a full value as the tool tip.
1) Handle the ASPxGridView.CustomColumnDisplayText event to truncate displayed text in DataCell via the e.DisplayText property;
2) Handle the ASPxGridView.HtmlDataCellPrepared event to set tool tips for the same DataCell via the e.Cell.ToolTip property.
See Also:
E3935: ASPxTreeList - How to display a truncated text in a column