Hi,
We are using Telerik RadControls for ASP.NET Ajax version 2013.3.1114.45.
I have a GridBoundColumn in RadGrid and set the width and set the wrap to false.
var column = new GridBoundColumn();
column.HeaderStyle.Width =Unit.Percentage(23.0);
column.HeaderStyle.Wrap = true;
column.ItemStyle.Wrap = false;
In any row, if the column text cannot be fit into the column, how to display few dots at the end ?
Original Text : "With the help of the Telerik RadDock control for ASP.NET AJAX you can manage multiple windows and even the layout of your web page."
Currently displayed as (truncated): "With the help of the Telerik RadDock control for ASP.NET AJAX you ca"
Required display format : "With the help of the Telerik RadDock control for ASP.NET AJAX you c..."
How to achieve the "Required display format" to display few dots at the end of the truncated text in the column cell ?
Thanks
Bhanu.
We are using Telerik RadControls for ASP.NET Ajax version 2013.3.1114.45.
I have a GridBoundColumn in RadGrid and set the width and set the wrap to false.
var column = new GridBoundColumn();
column.HeaderStyle.Width =Unit.Percentage(23.0);
column.HeaderStyle.Wrap = true;
column.ItemStyle.Wrap = false;
In any row, if the column text cannot be fit into the column, how to display few dots at the end ?
Original Text : "With the help of the Telerik RadDock control for ASP.NET AJAX you can manage multiple windows and even the layout of your web page."
Currently displayed as (truncated): "With the help of the Telerik RadDock control for ASP.NET AJAX you ca"
Required display format : "With the help of the Telerik RadDock control for ASP.NET AJAX you c..."
How to achieve the "Required display format" to display few dots at the end of the truncated text in the column cell ?
Thanks
Bhanu.