Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
174 views

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

Hans
Top achievements
Rank 1
 answered on 24 Sep 2015
1 answer
453 views

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.

Viktor Tachev
Telerik team
 answered on 24 Sep 2015
1 answer
52 views
Dear Admin,
I am going to add some more fields in Appointment of 'RadScheduler' (means i am making CustomAppointment ) 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.

Plamen
Telerik team
 answered on 24 Sep 2015
1 answer
66 views

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.

Plamen
Telerik team
 answered on 24 Sep 2015
1 answer
76 views

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?

Plamen
Telerik team
 answered on 24 Sep 2015
2 answers
398 views

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)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at http://elix.ir:80/Telerik.RadUploadProgressHandler.ashx?AsyncProgress=true&RadUrid=510fe1ef-2edf-4e70-be7c-40fe89b586a00&_=1245777284400
Sunil
Top achievements
Rank 1
 answered on 24 Sep 2015
12 answers
962 views
hi,
     I want to disable / remove context menu items on treeview item right click


Scenario:

I have a treeview of the following structure:

Root --> Item1.1
         -->Item1.2--->Item1.2.1
         -->Item1.3-->Item1.3.1

My Context Menu with Items A,B,C,D,E

On Root node right click i have to get only Context menu Item A only other items have to be disbaled / removed from the context menu.

Similarly on Item 1.1 right click i have to get Item B,C in the context menu.


Quick help in this regard will be helpful.

Thanks,

Vinod.      
Dimitar
Telerik team
 answered on 24 Sep 2015
1 answer
44 views

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

 

Danail Vasilev
Telerik team
 answered on 24 Sep 2015
11 answers
548 views
Hi

For some time ago I found a link to download the source code to http://demos.telerik.com/webmail/
Now I cannot find it anymore. Where is it possible to find it?

/Mathias
Vessy
Telerik team
 answered on 24 Sep 2015
11 answers
414 views
Is the code for the "Web Mail" demo app available anywhere.  There are some visual elements on the page that I would like to figure out how to code.  Mainly, what control is the container on the top of the screen which contains the text "Telerik Web Mail"?
Vessy
Telerik team
 answered on 24 Sep 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?