Browse By Tags

  • How do I trigger a Data Bind on the WebDataGrid via the CSOM (Client-Side)

    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.