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

HTML Table in Silverlight

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abhishek Gupta
Top achievements
Rank 1
Abhishek Gupta asked on 02 Sep 2009, 11:11 AM
Hi,
We need to convert existing asp.net application into silverlight application.Can we use Html Table in Silverlight's xaml page as we were using the same in our existing asp.net application.If not,can you suggest a similar control(which has visibility like Html Table).
Thanks
Abhishek

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 02 Sep 2009, 01:47 PM
Hi Abhishek Gupta,

No, unfortunately you cannot put Html content straight in xaml.

Here is what you can do:
1. Use a RadHtmlPlaceholder and put the html there. Please note that this control overlays an Html layer over the Silverlight application (putting the html in an IFrame). This does not work in out-of-browser mode and the interaction between the html content and the Silverlight appellation is difficult.

2. You can also use the RadGridView which is most suited for presenting tabular data. It also supports things like filtering, sorting grouping, etc. which help exploring the data.

You can find examples of these controls in our online demos here:

http://demos.telerik.com/Silverlight/

Regards,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Abhishek Gupta
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or