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

Telerik FormView?

11 Answers 507 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew M
Top achievements
Rank 1
Andrew M asked on 11 May 2009, 09:18 PM
Is there an equivalent asp:FormView control in the Telerik tool box?
I need a FormView type control to show detail data but also want to carry across the same skin as the rest of the Telerik controls.

Thanks
Andrew

11 Answers, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 12 May 2009, 02:28 PM
Hi Andrew,

We do not yet have an equivalent for a FormView control. We are currently researching a possible implementation as well as extending RadFormDecorator to skin FormView and DetailsView as well. If more people show interest we will definitely increase the priority of this task.

Thank you for your patience and stay tuned for more details in the coming months.

All the best,
Ivo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dennis
Top achievements
Rank 2
answered on 01 Jun 2009, 05:51 PM
I am also interested in having the RadFormDecorator extended to apply a Telerik Skin to the FormView and DetailsView controls. 
0
Walter
Top achievements
Rank 1
answered on 30 Jun 2009, 04:51 PM
I'm also interested in a Telerik equivalent for the FormView.
It's so nice that with Telerik you  can very easily change the skin of the complete page. :-D
Unfortunately, this is not the case if you need something like a FormView :-(
0
SWAT
Top achievements
Rank 2
answered on 18 Oct 2009, 03:56 PM
We are also interested in a Telerik equivalent for the FormView, since the form view design elements are hard to control
0
Ivo
Telerik team
answered on 22 Oct 2009, 07:56 AM
Hi all,

This is on our list for the next release cycle. Stay tuned for more details as our research/implementation progresses.

Regards,
Ivo
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.
0
Joe
Top achievements
Rank 1
answered on 23 Aug 2010, 06:47 PM
Hi Telerik,  I am also interested in a detailsview and formview implementation.  Please let me know when you plan to release them.

Thanks!
0
Lini
Telerik team
answered on 24 Aug 2010, 07:49 AM
Hi Joe,

The RadFormDecorator control already works with the FormView, DetailsView, and GridView controls. They are automatically skinned when you have a form decorator on the page. This online demo should help you get started - http://demos.telerik.com/aspnet-ajax/formdecorator/examples/decorategridformdetailsviews/defaultcs.aspx

Regards,
Lini
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
moegal
Top achievements
Rank 1
answered on 18 Aug 2012, 01:19 PM
The form elements in this demo do not look skinned, am I missing something?

Thanks, Marty
0
Bozhidar
Telerik team
answered on 20 Aug 2012, 03:27 PM
Hello,

The Form Elements in http://demos.telerik.com/aspnet-ajax/formdecorator/examples/decorategridformdetailsviews/defaultcs.aspx are skinned and this is pretty visible if you switch to Black skin - you`ll see green links and white colors inside the grid. Also you could use FireBug to check yourself the output styles, the following is for the anchor:

.RadForm_Black.rfdGrids .rfdTable a {
    color: #9EDA29;
}

If you browse through all the skins you`ll find the same - all FormView elements are skinned and do not look as they have the default browser styles.

Kind regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
moegal
Top achievements
Rank 1
answered on 20 Aug 2012, 04:40 PM
when i click the edit or new links from the formview, none of the inputs appear to be skinned.

I see the general form appears skinned but not the fields.
0
Bozhidar
Telerik team
answered on 21 Aug 2012, 08:54 AM
Hello,

In the specific demo, the DecoratedControls property is set to GridFormDetailsViews which means that only FormView elements will be decorated and not inputs and buttons.

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="GridFormDetailsViews" />

Just change DecoratedControls="All" and all Form elements will be decorated.

Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Andrew M
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Dennis
Top achievements
Rank 2
Walter
Top achievements
Rank 1
SWAT
Top achievements
Rank 2
Joe
Top achievements
Rank 1
Lini
Telerik team
moegal
Top achievements
Rank 1
Bozhidar
Telerik team
Share this question
or