Hi,
Is it possible
- to have a radbutton, then on server click, I will be able to save the RadDiagram's json data and persist in a table.column varchar(max)
- on server page load, import a json data (from a table.column) to a RadDiagram control
I saw the examples of json upload/save, but these are client side, I need to persist the user modified diagram to a table.
I saw the examples on how to server data bind a RadDiagram, but I can't see how to save user's modified diagram to begin with.
Thanks,
Henry
Hi,
I have Telerik UI for ASP.NET 2015 Q2. The combo box expands upwards on most of my pages and I would like them all to expand downwards. I know I can set EnableScreenBoundaryDetection to false and achieve this, but is there a way I can do this without having to add the property to all the combobox's ? any help would be appreciated. Preferable something I can add to the master page to make it expand downward.
Thank you
Murali.
Dear Admin,
I am going to add some more fields in CustomAppointment of 'RadScheduler' I have got help from the link ( http://www.telerik.com/blogs/adding-custom-fields-to-radscheduler-for-winforms-appointments ) but Step 3 I am stuck and when i copy and past this call it is going red line under IEvent and error message is (The Type of namespace name 'IEvent' could not be found (are you missing a using directive or an assembly reference.)
Can you please help how to resolve it.
thanks.
So all the examples that Telerik provides for binding Scheduler to WebApi have the aspx page in the root of the application, and the Web Api route with the end point where the path starts with "api", which since it does not contain a / at the beginning makes the requests to the api relative to whatever is calling it. That works fine until you no longer have the scheduler control on a page in the root of the web application. If the scheduler is on a page a /mysubfolder/page.aspx, then the scheduler is going to try to access the Web Api via /mysubfolder/api/..., which doesn't match the Web Api route.
So okay, we just update the Path to the WebServiceSettings to make it absolute (Path="/api/scheduler"). Well this doesn't work because there's explicit logic in the RenderingManager js that checks if the path starts with "api", and only applies the Web Api js logic if that is the case. Since the path has a / at the beginning, the js does not apply the Web Api logic. Manually setting the _isWebApi property to true doesn't appear to be enough to get it working.
Are there any full Web Api binding examples you can provide that show how to bind the Scheduler when it isn't in the root directory of the site?
hi
I have more than 20 times a day I received this error
any body can help me?
System.Web.HttpException (0x80004005): The file '/Telerik.RadUploadProgressHandler.ashx' does not exist.
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)Hi I am using the RadEditor but have issues when it comes to setting the editors content and trying to access the link.
I am using the editor in preview mode to show a template which was created in edit mode but the content always contains links which I would like to work in preview mode but they don't.
<a href="www.google.co.uk" target="_blank">Eden red offers</a>
That is an example of what I am trying to use in the editor but whenever I click the link I don't get taken to 'www.google.co.uk' but I am sent to 'server/www.google.co.uk'
How do I correct this?
Regards,
Charlie