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

Frame or fieldset

1 Answer 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pan hal
Top achievements
Rank 1
Pan hal asked on 10 Nov 2009, 07:13 PM

Is there a control for fieldset(ASP.Net) or Frame in telerik silverlight. Please give me an details if possible with example.
Thanks

1 Answer, 1 is accepted

Sort by
0
Evan
Telerik team
answered on 13 Nov 2009, 04:12 PM
Hello Pan hal,

In Silverlight 3 there is a DataForm item which is a close match to the fieldset from asp.net, which you can find information on here:

http://www.silverlightshow.net/items/Creating-Rich-Data-Forms-in-Silverlight-3-Introduction.aspx

This is mainly used for databinding scenarios, but should probably fit what you're looking for.

As far as a Frame, this depends on what functionality you are looking for.  If you want a movable frame/window type object, RadWindow would suit what you are looking for.  For a standalone frame, like a content item which you load other controls, etc., into on a page, you can use a Border and set its child to whatever content you would like to load. 

If you need a frame to display regular HTML content, you could utilize the RadHtmlPlaceHolder to this end, as it allows for displaying HTML content within your Silverlight application.

Let us know if this helps and if there is anything else we can assist you with.

Best wishes,
Evan
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
Pan hal
Top achievements
Rank 1
Answers by
Evan
Telerik team
Share this question
or