or
<telerik:RadComboBox
SkinID="RadCombobox_MultiSelect_Standard"
runat="server"
AllowCustomText="true"
HighlightTemplatedItems="true"
ChangeTextOnKeyBoardNavigation="False"
MarkFirstMatch="true"
Mode="MultiMode"
Width="100%"
MaxHeight="150px"
/>
<
div class="small">
<p>
<aca:RefDataLabel ID="lblStatus" runat="server"></aca:RefDataLabel></p>
<afs:RadComboBox runat="server" ID="rcbStatus" SkinID="RadCombobox_MultiSelect_Standard"
DisplayType="Value">
</afs:RadComboBox>
</div>
When I run my page in IE 8 with compatible mode 'On', I'm able to see my combo box normally. If I turn 'Off' the compatible mode, the combobox basically shows only the arrow to click. So, its size is reduced to zero.
CommandItemDisplay
="TopAndBottom"
option to allow automatic insertion of records in the grid. When i place this property "Add New Record" link is displayed in the top and bottom of the grid.oninsertcommand
="RadGroupsGrid_InsertCommand"
Thank you,
sirisha
var masterTable = $find("<%=dgServices.ClientID %>").get_masterTableView();
