I am having an asp DetailsView control and in order to perform partial page update, I am using it with RadAjax and the issue is that update is not reflected. Can anybody help me with some sample code to demonstrate partial page update using asp DetailsView and RadAjax?
I have a scenario where appointments are created for support reps, which are resources, and the list of available reps can be modified on the same page as the RadScheduler, so I need to rebind the resources when the list of available reps is modified.
From what I can tell from reading the docs resources are only loaded on initial page load.
I would prefer to update the resources via client script, and i am using the web service data binding.
Hi Admin,
I am using RadAsyncUpload in my project and when I check the browser compatibility, I found that the file select button is hidden in IE and some unwanted borders are also appearing. The issue is seen in IE 8.0.6001. Is this a known issue and any fix is available?
I want to open the AdvancedForm on single clicking the Appointment in Month view. Also I would like to display an alert on click as shown in the attachment if Recurrence is enabled.
I'd like to show the today's date heading in a different style in the RadSchedulers Day view. I want to make it bold, align to the middle and change its color. Is it possible?
I am new to telerik and tried using a RadListBox in my application. One thing that bothered me a lot is that there is a border line around the buttons, on the top and right of the buttons (please see the attached picture). This line is not from the listbox since I set its border as "None". How to eliminate the line? Thanks.
I have a custom Command Name "Select" and i am using Itemcommand event for this but now after Firing itemcommand event selectIndexChanged Event is Firing that i dont want Because I m using any other code in selectIndexChanged event so how can i resolve this?