This is a migrated thread and some comments may be shown as answers.

[Solved] RadAjax for ASP.NET AJAX: client methods/properties naming conventions

0 Answers 681 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 17 Apr 2008, 02:21 PM
The compatibility layer which was used in the transition beta period is now removed. All client-side methods strictly follow the ASP.NET AJAX conventions and are lower case. For instance:
  • ajaxRequest(eventArgs)/ajaxRequestWithTarget(sender, eventArgs) should always be used from now on (methods/events start with lower case letters)
  • AjaxRequest(eventArgs)/AjaxRequestWithTarget(sender, eventArgs) are no longer supported.

Tags
Ajax
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or