I am using rad combo box in my application. By default I have to show this control as disabled, but there is some distortion while showing this combo box. Please see the screenshot attached(rcb_disabled.jpg).
when I select normal checkbox this dropdown will get enabled. even in enabled mode also this dropdown still distorted.Please find the screenshot(rcb_enabled.jpg)
I think it may be a .css issue, but I couldn't figure out what is the exact issue. Please find the css file below.
001./* RadComboBox Default skin */002. 003./*global*/004. 005..RadComboBox_Grid, .RadComboBox_Grid .rcbInput, .RadComboBoxDropDown_Grid006.{007. font: 12px "Segoe UI", Arial, sans-serif;008. color: #333;009.}010. 011./* combobox */012. 013..RadComboBox_Grid .rcbInputCellLeft, .RadComboBox_Grid .rcbInputCellRight, .RadComboBox_Grid .rcbArrowCellLeft, .RadComboBox_Grid .rcbArrowCellRight014.{015. background-image: url('/ZippyPlus/Themes/ComboBox/rcbSprite.png');016.}017. 018.* html .RadComboBox_Grid .rcbInputCellLeft, * html .RadComboBox_Grid .rcbInputCellRight, * html .RadComboBox_Grid .rcbArrowCellLeft, * html .RadComboBox_Grid .rcbArrowCellRight019.{020. background-image: url('/ZippyPlus/Themes/ComboBox/rcbSpriteIE6.png');021.}022. 023..RadComboBox_Grid td.rcbInputCellLeft024.{025. background-position: 0 0;026.}027..RadComboBox_Grid td.rcbInputCellRight028.{029. background-position: 100% 0;030.}031. 032..RadComboBox_Grid .rcbHovered .rcbInputCellLeft033.{034. background-position: 0 0;035.}036..RadComboBox_Grid .rcbHovered .rcbInputCellRight037.{038. background-position: 100% 0;039.}040. 041..RadComboBox_Grid .rcbFocused .rcbInputCellLeft042.{043. background-position: 0 0;044.}045..RadComboBox_Grid .rcbFocused .rcbInputCellRight046.{047. background-position: 100% 0;048.}049. 050..RadComboBox_Grid .rcbHovered .rcbReadOnly td.rcbInputCellLeft051.{052. background-position: 0 -24px;053.}054..RadComboBox_Grid .rcbHovered .rcbReadOnly td.rcbInputCellRight055.{056. background-position: 100% -24px;057.}058. 059..RadComboBox_Grid .rcbFocused .rcbReadOnly td.rcbInputCellLeft060.{061. background-position: 0 -46px;062.}063..RadComboBox_Grid .rcbFocused .rcbReadOnly td.rcbInputCellRight064.{065. background-position: 100% -46px;066.}067. 068..RadComboBox_Grid .rcbInputCell .rcbEmptyMessage069.{070. color: #666;071.}072. 073..RadComboBox_Grid .rcbHovered .rcbInputCell .rcbInput074.{075. color: #000;076.}077. 078..RadComboBox_Grid td.rcbArrowCellLeft079.{080. background-position: -18px -90px;081.}082..RadComboBox_Grid td.rcbArrowCellRight083.{084. background-position: 0px -90px; 085.}086. 087..RadComboBox_Grid .rcbHovered .rcbArrowCellLeft088.{089. background-position: -54px -90px; 090.}091..RadComboBox_Grid .rcbHovered .rcbArrowCellRight092.{093. background-position: -36px -90px; 094.}095. 096..RadComboBox_Grid .rcbFocused .rcbArrowCellLeft097.{098. background-position: -90px -90px;099.}100..RadComboBox_Grid .rcbFocused .rcbArrowCellRight101.{102. background-position: -72px -90px; 103.}104. 105..RadComboBox_Grid td.rcbArrowCellHidden, .RadComboBox_Grid .rcbHovered td.rcbArrowCellHidden, .RadComboBox_Grid .rcbFocused td.rcbArrowCellHidden106.{107. background-position: -15px -90px;108.}109. 110..RadComboBox_Grid_rtl td.rcbArrowCellHidden, .RadComboBox_Grid_rtl .rcbHovered td.rcbArrowCellHidden, .RadComboBox_Grid_rtl .rcbFocused td.rcbArrowCellHidden111.{112. background-position: -18px -90px;113.}114. 115./* Read-only styles */116. 117..RadComboBox_Grid .rcbReadOnly td.rcbArrowCellLeft118.{119. background-position: -18px -90px;120.}121..RadComboBox_Grid .rcbReadOnly td.rcbArrowCellRight122.{123. background-position: -2px -90px;124.}125. 126..RadComboBox_Grid .rcbHovered .rcbReadOnly .rcbArrowCellLeft127.{128. background-position: -54px -90px;129.}130..RadComboBox_Grid .rcbHovered .rcbReadOnly .rcbArrowCellRight131.{132. background-position: -38px -90px;133.}134. 135..RadComboBox_Grid .rcbFocused .rcbReadOnly .rcbArrowCellLeft136.{137. background-position: -90px -90px;138.}139..RadComboBox_Grid .rcbFocused .rcbReadOnly .rcbArrowCellRight140.{141. background-position: -74px -90px;142.}143. 144..RadComboBox_Grid .rcbReadOnly td.rcbArrowCellHidden145.{146. background-position: -15px -90px;147.}148..RadComboBox_Grid .rcbHovered .rcbReadOnly td.rcbArrowCellHidden149.{150. background-position: -51px -90px;151.}152..RadComboBox_Grid .rcbFocused .rcbReadOnly td.rcbArrowCellHidden153.{154. background-position: -87px -90px;155.}156. 157..RadComboBox_Grid_rtl .rcbReadOnly td.rcbArrowCellHidden158.{159. background-position: -18px -90px;160.}161..RadComboBox_Grid_rtl .rcbHovered .rcbReadOnly td.rcbArrowCellHidden162.{163. background-position: -54px -90px;164.}165..RadComboBox_Grid_rtl .rcbFocused .rcbReadOnly td.rcbArrowCellHidden166.{167. background-position: -90px -90px;168.}169. 170./* dropdown */171. 172..RadComboBoxDropDown_Grid .rcbHeader, .RadComboBoxDropDown_Grid .rcbFooter, .RadComboBoxDropDown_Grid .rcbMoreResults a173.{174. background-image: url('/ZippyPlus/Themes/ComboBox/rcbSprite.png');175.}176. 177.* html .RadComboBoxDropDown_Grid .rcbHeader, * html .RadComboBoxDropDown_Grid .rcbFooter, * html .RadComboBoxDropDown_Grid .rcbMoreResults a178.{179. background-image: url('/ZippyPlus/Themes/ComboBox/rcbSpriteIE6.png');180.}181. 182..RadComboBoxDropDown_Grid183.{184. background: #fff;185. border-color: #868686;186. color: #00156e;187.}188. 189..RadComboBoxDropDown_Grid .rcbHeader, .RadComboBoxDropDown_Grid .rcbFooter190.{191. background-color: #f1f2f4;192. background-position: 0 -110px;193.}194. 195..RadComboBoxDropDown_Grid .rcbHeader196.{197. border-bottom-color: #d5d5d5;198.}199. 200..RadComboBoxDropDown_Grid .rcbFooter201.{202. border-top-color: #d5d5d5;203.}204. 205..RadComboBoxDropDown_Grid .rcbItem em206.{207. background: #e5e5e5;208.}209. 210..RadComboBoxDropDown_Grid .rcbHovered211.{212. background: #ffe27b;213. color: #000;214.}215. 216..RadComboBoxDropDown_Grid .rcbSeparator217.{218. background: #fcc365;219. color: #000;220.}221. 222..RadComboBox_Grid .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown_Grid .rcbDisabled223.{224. color: #999;225.}226. 227..RadComboBox_Grid .rcbDisabled td.rcbInputCellLeft228.{229. background-position: 0 -68px;230.}231..RadComboBox_Grid .rcbDisabled td.rcbInputCellRight232.{233. background-position: 100% -68px;234.}235..RadComboBox_Grid .rcbDisabled td.rcbArrowCellLeft236.{237. background-position: -126px -90px;238.}239..RadComboBox_Grid .rcbDisabled td.rcbArrowCellRight240.{241. background-position: -108px -90px;242.}243..RadComboBox_Grid .rcbDisabled .rcbReadOnly td.rcbArrowCellRight244.{245. background-position: -110px -90px;246.}247..RadComboBox_Grid table.rcbDisabled td.rcbArrowCellHidden, .RadComboBox_Grid .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden248.{249. background-position: -123px -90px;250.}251..RadComboBox_Grid_rtl table.rcbDisabled td.rcbArrowCellHidden, .RadComboBox_Grid_rtl .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden252.{253. background-position: -126px -90px;254.}255. 256..RadComboBoxDropDown_Grid .rcbLoading257.{258. background: #f0f0f0;259.}260. 261..RadComboBoxDropDown_Grid .rcbMoreResults262.{263. border-top-color: #c6c7d2;264. background-color: #fff;265. color: #8d8d8d;266.}267. 268..RadComboBoxDropDown_Grid .rcbMoreResults a269.{270. background-position: -157px -94px;271.}272. 273. 274.DIV.RadComboBox_Grid .rcbInputCell275.{276. height: 15px; /* 18 */277.}278. 279.DIV.RadComboBox_Grid .rcbInput280.{281. font-size: 14px;282.}283. 284.DIV.RadComboBox_Grid .rcbArrowCell285.{286. height: 15px; /* 18 */287. font-size: 12px;288.}289. 290.DIV.RadComboBoxDropDown_Grid .rcbHeader291.{292. font-size: 14px;293. font-weight: bold;294.}295. 296.DIV.RadComboBoxDropDown_Grid .rcbItem297.{298. font-size: 12px;299.}300. 301. 302. 303./* Custom */304. 305.div.RadComboBox_Grid table .rcbInputCell,306.div.RadComboBox_Grid table .rcbArrowCell 307.{308. height: 15px; 309. line-height: 14px; 310. padding: 0;311.}312. 313.div.RadComboBox_Grid table .rcbInputCell input,314..statusCellReadOnly 315.{ 316. height: 15px; 317. line-height: 14px; 318. font:12px arial,verdana,sans-serif; 319. padding: 0; 320.} 321. 322..RadComboBox_Grid .rcbInput,323..RadComboBox_Grid .rcbArrowCell A 324.{ 325. height: 15px !important; 326.} NOTE: as I couldn't attach css file I changed the extension to png. please change the extension back to css to view the Combobox.Grid css file.
Please help me on this issue.
Editable grid active row gets deleted when delete key is pressed while using Key board Navigation.
how add javascript to override ActiveRow deletion for Delete key.

Good morning,
I have a RadGrid with a Modal Template EditForm. Everything is working as it should.
The user has requested that they be able to close the Modal EditForm Template by clicking outside the EditForm or by pressing Escape.
I have searched through the forums (and general Google searches) and can't quite get this.
These two threads haven't been any help:
How can I satisfy this request from the user?
Thanks in advance
I have a grid that renders correctly in IE, pre version 11. It renders substantially correct in document modes other than Edge (native IE11) mode in IE11. I have attached a capture of the grid with mismatched headers and columns as rendered in Edge mode. I have included the fragment of the .aspx that defines the grid.
TIA
<div class="bbcontent" style="padding: 0">
<telerik:RadGrid ID="TableAdminGrid" runat="server" GridLines="None" AllowPaging="True"
AllowSorting="True" EnableEmbeddedSkins="False" Skin="LPSDesktop" PageSize="20"
AllowFilteringByColumn="True" AllowMultiRowSelection="false"
PagerStyle-PageSizeLabelText="Page size" PagerStyle-PagerTextFormat="{4}{5} items in {1} page(s)">
<HeaderContextMenu EnableEmbeddedSkins="false">
</HeaderContextMenu>
<ClientSettings EnableRowHoverStyle="True">
<Selecting AllowRowSelect="True" />
<Scrolling UseStaticHeaders="True" ScrollHeight= "400px" AllowScroll = "true"/>
<Resizing AllowColumnResize="true" />
<ClientEvents OnFilterMenuShowing="FilterMenuShowing" />
</ClientSettings>
<MasterTableView>
<NoRecordsTemplate>
<div style="color:Red">No items found.</div>
</NoRecordsTemplate>
<Columns>
<telerik:GridTemplateColumn HeaderText="" UniqueName="EditColumn" AllowFiltering="false" ShowFilterIcon="false" ShowSortIcon="false" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:ImageButton ID="ImageButtonEdit" runat="server" ImageUrl="Images\document_edit.png" ToolTip="Edit" OnClick="GridEditImage_Click" />
</ItemTemplate>
<HeaderStyle Width="40px" />
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn HeaderText="" UniqueName="DeleteColumn" AllowFiltering="false" ShowFilterIcon="false" ShowSortIcon="false" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<asp:ImageButton ID="ImageButtonDelete" runat="server" ImageUrl="Images\delete16.png" ToolTip="Remove" CommandName="Delete" OnClick="GridDeleteImage_Click" OnClientClick="SetRowToDelete(this.attributes['RowIndex'].value);" />
</ItemTemplate>
<HeaderStyle Width="40px" />
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>
<PagerStyle AlwaysVisible="true" Mode="NextPrevAndNumeric" Position="Bottom" PageButtonCount="3" PagerTextFormat="{4}{5} items in {1} page(s)" PageSizeLabelText="Page size" />
<GroupingSettings CaseSensitive="false" />
<FilterMenu EnableEmbeddedSkins="False" OnClientShown="MenuShowing">
</FilterMenu>
</telerik:RadGrid>
</div>
This is a very strange request from the user base.
I have a 3 level hierarchical grid with 100's of rows of data at levels 2 and 3. All grid rows are expanded by default. At level 2, the users would like to see a header row for each row of data since they have to scroll down a lot due to the large amount of data. This sounds weird, but the users can't collapse any of the grid rows, which would really make things look weird, but since the grid is completely expanded, it is easier on the eyes of the user to have 1 header row for each row of data at level 2, so the users tell me.
Is there any chance a simple solution could be provided how to accomplish this feat?
Thanks,
Rob

Hi,
I want to generate another graph on click event of bar for detail view .I saw the demo for the drill down chart but it basically based ajaxmanger and i am working in DNN in user control which is not supported so please tell me any solution thanks in advanced .
thanks
Mukul
Hi!
We have
a version of the Telerik AJAX controls from a few years ago, 2012, and there’s
something that’s come up now that we need to fix. We have a grid that displays
data to the users, and we have it nested within a RadPane on a page that is
divided up with a RadSplitter. Since we have so many different items that we
nest things within, I’ve been using percentages to say what percentage of the
page a control should take up. Our grid uses frozen header columns and we set the
width and height to 100% of the divs that it’s in.
The problem is that the scroll
arrows on the horizontal scroll bar don’t work. You have to drag the bar to get
it to move. I’ve narrowed the problem down to the properties that I can change to
get it to work. If I set the width and height to specific values, like 800px or
300px, the scroll arrows work just fine. However, when I try to set it to a percentage,
like 100%, then the arrow buttons don’t work anymore. I’ve pasted the code
snippet below.
If anyone could tell me what it is
I’m doing wrong and how I can get the width and height to fill the div and
still have the arrows work, I would greatly appreciate it! Thank you so much!
Holly
<tr style="height: 75%"> <td style="height: 85%"> <div id="Div1" style="height: 90%; width: 100%"> <Telerik:RadGrid ID="RadGrid1" runat="server" GridLines="Both" CellSpacing="0" CellPadding="2" width="100%" Height="100%" EnableViewState="false"> <MasterTableView TableLayout="Fixed" CssClass="AutoShrink"> <HeaderStyle Width="120px"/> </MasterTableView> <ClientSettings> <Scrolling FrozenColumnsCount="2" AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True"> </Scrolling> <Resizing AllowColumnResize="false" ClipCellContentOnResize="true" AllowResizeToFit="false" ResizeGridOnColumnResize="true"/> </ClientSettings> </Telerik:RadGrid> </div> <div style="font-size: 10pt"> This is our grid.</div> </td></tr>