This is a migrated thread and some comments may be shown as answers.

setting the width of row

3 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Naveen T
Top achievements
Rank 1
Naveen T asked on 12 Jul 2010, 01:18 PM
Hi,

In my gridview i have an column[description] where it displays the description of ticket.but actually description contains large data,i need to restrict and display some data(i assigned fixed width property) but still its displaying the with increasein row height,please find the image how the gridview is displaying
How to reolve this issue.


Regards,
Nav

3 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 12 Jul 2010, 03:14 PM
Hi nav kum,

Please try setting the TextWrapping property to NoWrap .Such as :

<telerik:GridViewDataColumn TextWrapping="NoWrap" DataMemberBinding="{Binding ....}" />

In case this does not help , let me know.

Sincerely yours,
Pavel Pavlov
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
0
Naveen T
Top achievements
Rank 1
answered on 13 Jul 2010, 04:21 AM
Hi,

The suggestion given by you is not working.Even I set the property there is no change in displaying the content. 

Regards,
Nav
0
Pavel Pavlov
Telerik team
answered on 15 Jul 2010, 09:44 AM
Hello nav kum,

I will need to see your XAML and any code-behind related to the setup of RadGridView in order to find out an appropriate solution. Sharing the version number of the Telerik dlls to test with would be also helpful.

Greetings,
Pavel Pavlov
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
Tags
GridView
Asked by
Naveen T
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Naveen T
Top achievements
Rank 1
Share this question
or