We need to bind grid through web service using c# and ASP.NET.
Can DHTMLX grid control call a web service directly to get data ?
If so, it would be very helpful if you can send a sample for doing this.
dhtmlxGrid can load data from any rest-like API ( it can execute GET or POST call to remote URI and parse response as data ), there is no special support for native web-services of .Net