Is it possible to access the data client side for this control?
https://demos.telerik.com/aspnet-mvc/datasource
The example code has a call to dataSource1.fetch();
I am trying to figure out how this works as datasource1 is declared using the razor syntax and isnt actually available in the script block (at least I can't get it to work)
Can someone help me figure this out or point me to an example that I can use for this that uses a datasource that isnt declared and accessed in the same block.
Thank for any help you guys can provide.