Hello Caolan,
RadGrid will generated standard TextBox control as an editor for the GridBoundColumns and since that control is not part of our suite and no styles will be applied to it.
The easiest way for unifying the look for the standard controls with the skin of our controls is by using RadFormDecorator:
Detailed information about the RadFormDecorator could be found in the following help article:
Hope this helps.
Regards,
Konstantin Dikov
Telerik
RadGrid will generated standard TextBox control as an editor for the GridBoundColumns and since that control is not part of our suite and no styles will be applied to it.
The easiest way for unifying the look for the standard controls with the skin of our controls is by using RadFormDecorator:
<
telerik:RadFormDecorator
DecoratedControls
=
"Textbox"
runat
=
"server"
Skin
=
"Glow"
/>
<
telerik:RadGrid
runat
=
"server"
ID
=
"RadGrid1"
OnNeedDataSource
=
"RadGrid1_NeedDataSource"
Skin
=
"Glow"
>
<
MasterTableView
EditMode
=
"InPlace"
>
<
Columns
>
<
telerik:GridEditCommandColumn
></
telerik:GridEditCommandColumn
>
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>
Detailed information about the RadFormDecorator could be found in the following help article:
Hope this helps.
Regards,
Konstantin Dikov
Telerik
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 Feedback Portal
and vote to affect the priority of the items