Hi,
I need to display limited characters only in grid.I followed the following thread and it is working.
http://www.telerik.com/community/forums/aspnet/grid/display-limited-characters-in-radgrid.aspx
Now for diffreent resolutions and monitors this hardcoded character limit is not going well.
So i want to get the column width and number of characters fit to that .I will give the column widths in %.
I want something like if (no:of characters in the column > column width) then
column.text=truncate till it fits in that column+"..."
Also if there is any other way to achieve this plz tell me...
Could any body please help me..
Thanks.
I need to display limited characters only in grid.I followed the following thread and it is working.
http://www.telerik.com/community/forums/aspnet/grid/display-limited-characters-in-radgrid.aspx
Now for diffreent resolutions and monitors this hardcoded character limit is not going well.
So i want to get the column width and number of characters fit to that .I will give the column widths in %.
I want something like if (no:of characters in the column > column width) then
column.text=truncate till it fits in that column+"..."
Also if there is any other way to achieve this plz tell me...
Could any body please help me..
Thanks.