Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
is there CSOM function parallel to the DataBind method in the Client side.
posted

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?

  • 12025
    Suggested Answer
    posted

    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.