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?

Parents Reply Children