I have a treeview with remote data binding. Every time I expand a node it does a GET with the parent Id as parameter. Is it possible change the GET for a POST?
The reason to do this is for security. We either need to encrypt the parameter on the GET or change it as a POST.
2 Answers, 1 is accepted
0
Alexander Popov
Telerik team
answered on 17 Dec 2014, 01:19 PM
Hello Ana,
Yes, changing the request type is supported through the Type method. For example:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.