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

html enabled grid column.

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John Emmatty
Top achievements
Rank 1
John Emmatty asked on 01 Apr 2010, 07:44 AM
Hi,
In my app i need to display html content like we see in normal html browser in a grid column. The html code will have image tag which when displayed in the grid column should be replaced with  the original image linked, maintaining the position. Also, please tell me how can i scroll bar to a particular column only.

Thanks.

Regards,
John

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 01 Apr 2010, 04:48 PM
I believe the column you're looking for is the "GridTemplateColumn" type. You can find out more on the various types in this documentation article. This will allow you to define any kind of controls and/or content that you might want to have in the particular column. The content will all be defined in markup (you can also bind to properties) so this should satisfy your requirement. As for jumping to a specific column (horizontal scrollIntoView) I don't believe this is possible.
Tags
Grid
Asked by
John Emmatty
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or