<setsRC:SRadGrid ID="gdvOrgUnitTypes" runat="server" AllowFilteringByColumn="false"GridLines="None" AutoGenerateColumns="False" AllowSorting="True" OnNeedDataSource="gdvOrgUnitTypes_NeedDataSource"OnItemDataBound="gdvOrgUnitTypes_ItemDataBound" Width="450"><MasterTableView AllowMultiColumnSorting="True" DataKeyNames="OrganizationUnitTypeID" CommandItemDisplay="Bottom" Name="gdvOrgUnitTypes"><CommandItemSettings ShowAddNewRecordButton="false" /><Columns><setsRC:SGridBoundColumn DataField="OrganizationUnitTypeName" HeaderText="Org. Unit Types" meta:resourcekey="OuTypeName" HeaderStyle-HorizontalAlign="Left"/><setsRC:SGridTemplateColumn ItemStyle-Width="280" HeaderText="Organization Units" meta:resourcekey="AvailableOUs" HeaderStyle-HorizontalAlign="Left"><ItemTemplate><setsRC:SRadComboBox runat="server" ID="rcbOUsByType" /></ItemTemplate></setsRC:SGridTemplateColumn></MasterTableView>
</setsRC:SRadGrid>i am trying to set the radmaskedtextbox FocusedStyle-CssClass and DisabledStyle-CssClass by gisving Cssclass name but they are not reflecting into UI means not setting.Example like
.change
{
background-color:Green;
}
.setback
{
background-color:Orange;
}
for Focus style:
<telerik:radmaskedtextbox ID="radmaskedtextbox1" Text="123" FocusedStyle-CssClass="change" Mask="Test" EnableEmbeddedSkins="false" runat="server">
</telerik:radmaskedtextbox>
For disable style:
<telerik:radmaskedtextbox ID="radmaskedtextbox1" Text="123" Enabled="false" FocusedStyle-CssClass="change" DisabledStyle-CssClass="disable" Mask="Test" EnableEmbeddedSkins="false" runat="server">
</telerik:radmaskedtextbox>
But thsose styles are not applying
Please share your comments reagrding this and provide some sample code for better understanding.
Any help will be great appreciated.
Thanks,
Dipta
<ClientSettings Resizing-AllowColumnResize="false" EnableRowHoverStyle="false"> <Scrolling AllowScroll="True" ScrollHeight="200px" UseStaticHeaders="True" /> </ClientSettings>Suppose you have a treeview with CheckBoxes and CheckChildNodes set, and you are using LoadOnDemand.
The user clicks on a checkbox for a parent node whose children have not yet been loaded.
What happens? Are the child nodes loaded? If not loaded, is the altered checked state of the child nodes nevertheless transmitted to the server upon postback?
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|