Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

RadGrid InLine Edit, Set ​Textbox Skin

$
0
0
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:
<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

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>