I have a gridview and i am binding it from db . If some feild in db is long , say name (lenght 120 charters ) , the grid grows horizontally . When we bind data , its size should not increase , but data in name coloum should be wraped . Can any one help me out .
In your case you don't have hyperlinks, so in ItemDataBound you will modify the cell text directly:
(e.Item as GridDataItem)["Column_UniqueName"].Text = "...";
Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.