.Net GridView Issues

.Net GridView Issues

ChipmunkDJEChipmunkDJE Posts: 1Questions: 0Answers: 0
edited June 2011 in General
Love Datatables, but been having an issue getting it applied to DataTables. My error is specifically happening with the pagination.

Once the table has more than 10 entires, I get a "DataTables warniing: Requested unknown parameter '1' from the data source for row 10.

What I'm seeing happen is the gridview is supposed to return more than 10 rows the pagination is screwed up. When the error first appears, you can see the pagination on the bottom of the gridview. But once you click ok, the pagination is ALWAYS replaced with the "Showing 1 to 10 of 11 entries" and arrow buttons and the pagination disappears. Furthermore, this "11 rows" is incorrect as currently 50+ are being returned.

Help! Is there something else I need to apply to my gridview (like what was needed for the PreRender Event in order to get the tables to appear correctly)? I'm not understanding how to fix this! Thank you for your time and for creating such a wonderful control!
This discussion has been closed.