Categories | Question details Back To List | ||
DHTMLX grid control call a web service directly to get data 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. Answer posted by Support on Feb 18, 2009 01:28 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 |