I am printing a div with a radhtmlchart and a couple radgrids in it and it works a treat. (Looking forward to the page break feature next release though!!)
I need to be able to have a hidden image at the top and bottom of this div that only displays when I export to PDF. I've tried to put them in display:none divs and use @media print {
.printOnly {
display: block;
}
}
But this doesn't work. I assume because the PDF export isn't actually a print operation. Is there another way I could do this?
The "Image Editor" dialog (accessed via the RadEditor > Image Manager) seems to have a problem with the form captions when the "App_GlobalResources" folder is present. The captions are prefixed with "ImageEditor_StatusBar_" - which as you can see in the attachment, causes ugly problems with the layout. Removing the "App_GlobalResources" directory does fix this, but we would like to keep the multi-lingual support if possible. Obviously the resx file could be manually updated to include these translations, but I don't know what others might be missing. Is there perhaps an up-to-date resx file downloadable from somewhere?
I have 2013.3.1324.35 version of your UI controls. Navigation does not work for both RadTree and RadTabStrip on IPad with Safari. It works fine on desktop browsers. Please, provide hot fix.
I am not planning to upgrade to recent releases as your controls have very poor support for mobile platforms and are full of bugs when using them on IPad. Each release introduces new bugs on IPad.
how is it possible to keep the selected view, the width of the list inside the gantt and the scroll position of the list inside the gantt control after a full postback happens. Additionally I want to know how to select the new task inside the gantt control if the user clicks "Add Task" and a postback (not a callback) happens. I know how to keep the selection of a task after a postback but I want to select the new task after a postback happens. I hope you can help me.
I have a Rad Window popup, when i do tabbing then it works proper from top to bottom but after reaching tabbing in last control, tabbing goes to URL, how can keep tabbing only inside the Rad Window popup, also it should not goes to URL
Hi,
I try to use export excel file and save it. When I use ExportToExcelML method, it doesnt accept RadGrid because it accepts Radgridview. but in my project I use RadGrid. How can I fix that? Any offers? Thanks
How do i change the progress indicator color to say Green?
Thank you
P.S. meaning it's not the Forecolor nor the BackColor property ... rather it's the color of the Progress Indicator as shown on the image:
http://www.telerik.com/help/aspnet-ajax/media/progress-bar-element-structure.png
Hello I am using a radtreeview . I am getting arrows nearby every nodes . Can someone tell me how to remove it. I have highlighted the arrows in Yellow .