Philip Saltskog
Top achievements
Rank 2
Philip Saltskog
asked on 27 Jun 2008, 09:47 AM
Hi!
I wonder if you have any upgrade schema? I want to upgrade from NET1 to the new NET2 ajax. I can't found some events like EditableChanged.
Any help to get here?
/Thanks
I wonder if you have any upgrade schema? I want to upgrade from NET1 to the new NET2 ajax. I can't found some events like EditableChanged.
Any help to get here?
/Thanks
4 Answers, 1 is accepted
0
Hello Philip,
The new RadEditor for ASP.NET AJAX is like a TextArea and does not offer EdiableChanged event as well as the Editable and HasPermissions properties.
If you want to disable the editor, then set the Enabled property to false, e.g.
You can find more information here.
Greetings,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The new RadEditor for ASP.NET AJAX is like a TextArea and does not offer EdiableChanged event as well as the Editable and HasPermissions properties.
If you want to disable the editor, then set the Enabled property to false, e.g.
<telerik:radeditor runat="server" ID="RadEditor1" Enabled="false" >
<Content>
<strong>sample content</strong>
</Content>
</telerik:radeditor>
<Content>
<strong>sample content</strong>
</Content>
</telerik:radeditor>
You can find more information here.
Greetings,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Philip Saltskog
Top achievements
Rank 2
answered on 27 Jun 2008, 01:12 PM
Okey I understand, but it would be nice if you have any upgrades rules for your components.
In RadTree and Radmenu you have .href in net1 and in the net2 it is .navigateurl :)
/Thanks
In RadTree and Radmenu you have .href in net1 and in the net2 it is .navigateurl :)
/Thanks
0
Hi Philip,
You can see a list of new and obsolete properties in the new RadEditor for ASP.NET AJAX as well as upgrading instructions in the following help article: Migration from RadEditor Classic to RadEditor for ASP.NET AJAX.
I hope this helps.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can see a list of new and obsolete properties in the new RadEditor for ASP.NET AJAX as well as upgrading instructions in the following help article: Migration from RadEditor Classic to RadEditor for ASP.NET AJAX.
I hope this helps.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Philip Saltskog
Top achievements
Rank 2
answered on 29 Jun 2008, 08:38 PM
Great. Exactly what I'm looking for.
/Thanks
/Thanks
