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.
I am using the RadFileExplorer and this works fine but the user wants to add files to the folder by dragging them to the folder and drop it. Not by first clicking the folder, then push the upload button and there drop (or select) the file and press upload. Too many steps...
I am attaching a web page screen shot including the developer tool.
When I highlight the RadWizard control in the DOM explorer, you can see the width shows "0px" (right hand column under "InLine style")
If I modify that width in the developer tool to 90% then the control expands as I would expect to fill the page. Can you tell me how I can set that width specifically in the aspx page or the code behind so the control is not so narrow? Hopefully bypass whatever other class/style that is causing this?