
We are binding a list<string> as the combobox datasource, however the values do not display as a list. In some cases there are 3 values on the same row, is there specific CSS which will rectify this issue in IE, FireFox and Chrome?
Kind Regards
Caolan
Hello all,
When using the export to PDF feature of RadEditor, is it possible to not display the footer on the first page and only display it on subsequent pages?
Thanks,
Laura
Hi,
I have a RadMenu populated with Items and many (more than 800) sub-items. like this :
ITEM 1 -> sub 1, sub 2, ...
ITEM 2 -> sub 1, sub 2, ...,
ITEM 3 -> sub 1, sub 2, ..., sub 400
ITEM 4 -> sub 1, sub 2, ..., sub 600
ITEM 5 -> sub 1, sub 2, ..., sub 800​​
But, when I try to open it, it display that message (in attach files). It append in Firefox but not in chrome.
Do you have a solution ​to display sub-element gradually on client side ?
Thank for helping
Regards

After upgrading to Q2 2015 version, when AllowMultiRowSelection is false, on first right click on grid, correct row is being selected. However after that, on every right click, though the context menu is showing, the underlying row is not shown selected! This was working fine on 2014 version.
I have replicated this issue with the following demo just by adding AllowMultiRowSelection="false" and replacing the telerik dlls from 2014 version to 2015:
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/context-menu/defaultcs.aspx
On product version 2014, everything works fine when AllowMultiRowSelection is false. But when I upgraded to product version 2015, the above stated problem is occurring. As I could not attach the project here, I am giving the dropbox link of the project. Please take a look at this.
Dropbox link: https://www.dropbox.com/s/dlrsjjbqe1j9h9f/RadGrid.zip?dl=0
Any help regrading this problem will be highly appreciated.
Thanks in advance.

Hi,
I have a hierarchical grid (MasterTable/GridTable views) where I want to populate a DropDownList, in child row (GridTable view), with the 'Operations' configured for the 'Area' value, in the parent row (MasterTable view), using Batch Edit mode. For example: If the operations configured for Warehouse Area are: Op1, Op2, Op3, I want to populate the DropDownList, in the child row (GridTableView), with these values when the Area value, in parent row (MasterTableView), is 'Warehouse'. There are several Areas with several Operations configured.
Thanks.
Best regards!
Hi,
I've implemented RadGrid (2015 Q3) and I've enabled the built-in export to Excel using the following code:
<MasterTableView EnableViewState="false" NoMasterRecordsText="" CommandItemDisplay="Top"> <CommandItemSettings ShowExportToExcelButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false" /></MasterTableView>The built-in icon does appear in Chrome and Firefox, but it does not appear in IE 9 & 10. In IE it is still clickable, just the icon itself is not rendered.
Is there any known compatibility issue with older IE versions?
Thanks!
Kiril
Hi,
OnClientFileUploadFailed event handler is not executed in case of losing internet connection in FileAPI mode.
Everything is fine in IFrame and SilverLight modes.
How to make this handler works in FileAPI mode?
