Have a project that was developed in Telerik ASP.net (pre AJAX) and moving it into ASP.net AJAX. However running into some problems and not quite sure of how to finish the update process. Hoping someone might offer some assistance it would be appreciated.
Errors are with the following lines:
me.editor.editmodes.html = user.isinrole("Administrator")
Dim pagelink as new radEditorUtils.link(.....)
Also how to handle editor.CancelClicked and editor.SubmitClicked? Is there something different involving these?