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 .
When I have a DateTime field in my dataset (from a SQL query thru OnNeedDataSource), I get some ranges automatically, see the left side in the attached screendump. But I cannot group it properly in the PivotGrid, it keeps grouping by each day no matter which range, I select as column or row field (year/quarter/month/week/day/hour/minute/second). See the right side in the screendump.
Another question: How can I select which range to be displayed/grouped by? E.g. disable hour, minute, and second?
I need to have a multiline textbox inside a radgrid cell. I can get the multiline mode to work while in edit mode but when I leave edit mode the text is displayed without the line breaks. I am using batch editmode if it matters.