I'm trying to implement the file upload with RadProgressManager and RadProgressArea based on your demo. After selecting a file in the input control and clicking on the Submit button, "UploadedFile file = UploadedFile.FromHttpPostedFile(Request.Files[inputFile.UniqueID]);" is always null. These controls are inside of an asp:UpdatePanel on a page that is using an asp:ScriptManager. Not sure if that would cause any problems.
I have a page with a tooltipmanager that does load ondemand on multiple elements in the page. The user control thats loaded has a tabstrip with a Price and a Details tab. If I change the tab on one product's tooltip, goto the next product on the page...it loads with that tab selected. Is there a reset I need to run when the tooltip is loaded? How is that coded?
First of all, you all have been so helpful on my web development adventures, so thank you!
My next mission is to make one datetimepicker dependent on the other. I do not want the call date/ time to be after the event date/ time, because that wouldn't make any sense. I don't see anything in the behaviors that looks like it has that functionality, but I bet it is there. How can I do this?
Also, I notice that the time portion is selected by hours, and then you can use the arrow keys on the keyboard to scroll up and down the minutes. In my case, I'm sure that many events will not start on the hour, and want to automatically offer the option to scroll, so I guess my question here is twofold:
Is there a way to select down to the minutes in the picker? Somewhere in the settings that I haven't seen?
If not, is there a way to set the focus to the minutes field of the datetime box for my users' convenience? Meaning that I want the cursor to be blinking in the minutes field of the timepicker. I want to assume they'll immediately want to edit it. Is that possible?
I've used 2 listbox controls ( i called available listbox and selected listbox) in a page. The available listbox is showing all available items which user can select. Other listbox is showing all user selected items. User can select an item or select many items in available listbox, and drag, drop those into selected listbox. This page seems like the demo ListBox page in Telerik website.
Both are support autopostback, drag & drop, multi-select... except reorder.
However, i met a strange behaviour when i drag some items in available listbox and drop to selected one. The order of dragging items are reversed when dropped into target listbox. For example:
Available listbox:
1. Item1.
2. Item2.
3. Item3.
4. Item4.
Selected listbox is empty.
I choose item1,item2,item3 in available listbox and drop into selected listbox. The order of those items is reversed. So the selected listbox has items in order of item3, item2, item1. I expect the selected listbox should keep the same order of source items.
I saw the same result in demo ListBox in Telerik demo site. Is it a bug of ListBox control? or do you have an alternative solution to work around?
For all of my grids, the data and headings all render one pixel lower in Firefox vs. IE 8.0. In IE8 everything is vertically centered, but in Firefox it is one pixel lower making the data harder to read. Why is this and how can I fix it? I've tested with both the Outlook and Office 2007 skins. I also tried autogenerating the columns so that my formatting could not have any effect, but I still get the same problem. Help please :)?
I have one xml file which contains tree nodes.
I need to add some nodes to tree based on condition.
And after adding the node i should display the tree structure.
Ex: XML File Contains nodes like - [In XML file I have aronud 250 Nodes like this so I dont want hard code this in my aspx page.]
Group
Group Type
Home
Home Type
After adding new nodes at server side it should look like as below.
Group
Group Type
Group Type = 'A'
Home
Home Type
Home Type = 'N'
Is there in sample code to demonstrate this scenario in Telerik web site?
I've installed Q2 2009. And I try to create a c# telerik webSite frpm the project templates.
It asks for the telerik.ui.dll.
I point it to C:\Program Files\telerik\RadControls for ASP.NET AJAX Q2 2009\Live Demos\Bin
I get a message that informs me that I might lose design time functionality because I haven't referenced the "design.dll".
I ok this, and go ahead.
The project opens, but it only contains a single default.aspx page, and there's no telerik controls on it.