I'm trying witout any luck to find usefull documentation to the CSOM of the WebDataGrid.
all the documentation over there is lacking therefor useless.
I want simply bind the WebDataGrid into data sources in the client using the CSOM.
I can't warp the WebDataGrid with ASP.NET UpdatePanel cause this will
result a full page life cycle which can't be allowed in Real Time Web Aapplication
that refresh the grid every 3 seconds (also the page is havey).
we want pure AJAX binding.
is there any way doing so?
Hi Uri,
At the moment, the WebDataGrid supports only server side databinding. We will be adding client-side binding in future release. Can you explain in more detail what you are trying to do. Is your data coming in as JSON/XML, are you getting the entire dataset everytime on the client and want the grid to bind to it, or getting just updated cell values and want the grid to reflect that?
-Taz.