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
150
How do I trigger a Data Bind on the WebDataGrid via the CSOM (Client-Side)
posted

I have my WebDataGrid bound to a SqlDataSource that uses a ControlParameter.  Using javascript, I've updated that control's value, but the WebDataGrid is not re-binding until a postback; I'd like to trigger the databind without a postback.

Any help on this?

P.S.  The CSOM documentation is extremely weak.  We (developers) desperately need more examples of methods being used and more details on the methods' return values.  It's like pulling teeth (my own!) every time I try to figure out how to accomplish something via javascript.