11 Answers, 1 is accepted
0
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.
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
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.
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!
Thanks!
0
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
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
Thanks, Marty
0
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:
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
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.
I see the general form appears skinned but not the fields.
0
Hello,
In the specific demo, the DecoratedControls property is set to
Just change
Greetings,
Bozhidar
the Telerik team
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.