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

RadGrid Skin for controls in edit mode

2 Answers 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Silviu
Top achievements
Rank 1
Silviu asked on 01 Apr 2015, 05:18 PM
I have a RadGrid which uses a SqlDataSource for adding, editing, deleting records.

When I click edit all the controls are standard asp.net controls (texboxes, checkboxes, etc) which means I cannot apply the Skin attribute.

How can I change those controls to telerik controls so I can style them like the rest of the grid view?

2 Answers, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 06 Apr 2015, 08:04 AM
Hi Silviu,

I am afraid that you can not change the rendered controls when using the built-in columns of the grid. Nevertheless a possible solution is to either use a TempalteColumn with RadControls as EditTemplate or to use a RadFormDecorator that will apply the same styles to the asp.net controls.

Regards,
Kostadin
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Silviu
Top achievements
Rank 1
answered on 07 Apr 2015, 07:28 AM
Thanks for the reply, an edit template worked just fine.
Tags
Grid
Asked by
Silviu
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Silviu
Top achievements
Rank 1
Share this question
or