T
TJ
When I place multiple datagrids on a page, the paging breaks - no matter
which grid's page link I click, it always posts back to the last grid on the
page.
Probably due to all the function __doPostBack(eventTarget, eventArgument)
generated on the page (one for each grid and named the same thing).
Is there a way to get paging to work for multiple datagrids on the same
page?
which grid's page link I click, it always posts back to the last grid on the
page.
Probably due to all the function __doPostBack(eventTarget, eventArgument)
generated on the page (one for each grid and named the same thing).
Is there a way to get paging to work for multiple datagrids on the same
page?