This question refoers to the example in your documentation: ASP .NET Integration – Bind jqxGrid to SQL Database using ASP.NET.
When users request the Default.aspx file, it seems that a BLANK grid is posted back to client at first, and then, uses a .Ajax callback to fill the grid with data. It takes two trips for this initial process.
I need the client getting a grid with initial data at the first postback. Is it possible? I tried to invoke GetCustomers() in page_Load event, but it cannot push the data to client side. Please advise.
Thanks.