JQueryGridView not displaying data on Page_Load, but does on button click after the page loads
I built a new page using my company’s JQueryGridView class that extends the base GridView class. The grid needs to display data when the page loads, but this isn’t happening for a reason I suspect is related to the timing of the DataBind() and the JQueryGridView actually being built. We are using ASP .NET.