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

Render HTML text in grid cell

2 Answers 117 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 20 Jun 2011, 03:48 PM
Hi,

I have a RadGrid bound to a RIA Entity Framework model where one of the columns contains HTML (as below).
<div>Will most likely require a new clamp designing.</div>
<div> </div>
<div>This requires actioning</div>

Is there a control that would enable me to display this text our will I have to parse it manually?

Thanks
Phil

2 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 20 Jun 2011, 03:55 PM
Hi Phil,

We have the HTML placeholder control which can render HTML. However I would strongly not recommend putting such heavy controls in RadGridView or any otherSilverlight  Items control form Telerik or not.

Such attempts usually end up in very poor to almost unusable vertical scrolling performance.

You can use the above suggestion but only if we speak of few cells only .

Best wishes,
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
Phil
Top achievements
Rank 1
answered on 20 Jun 2011, 03:57 PM
Unfortunatly it could be 2000 rows each with a single HTML column of variable length.
Tags
GridView
Asked by
Phil
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Phil
Top achievements
Rank 1
Share this question
or