This question is locked. New answers and comments are not allowed.
Hi,
I am trying to have two grids in a tabstrip. Both grids are ajax bound, in seperate partial views.
When I have the tabstrip selected index set to 1 (so the second tab is opened by default) both grids in both tabs load correctly.
However if I have the tabstip selected index set to 0, only the grid in the first tab is loaded, the grid in the second tab displays the message "No records to display."
When this situation occurs, clicking on the refresh button in the second grid links to a new page with the url:
http://localhost/mytestapp/home/GridTwo?_=1295476894342
Has anyone come accross this error before and is there a way of fixing it, as I would prefer to be able to have the first tab open by default.
Thanks.
I am trying to have two grids in a tabstrip. Both grids are ajax bound, in seperate partial views.
When I have the tabstrip selected index set to 1 (so the second tab is opened by default) both grids in both tabs load correctly.
However if I have the tabstip selected index set to 0, only the grid in the first tab is loaded, the grid in the second tab displays the message "No records to display."
When this situation occurs, clicking on the refresh button in the second grid links to a new page with the url:
http://localhost/mytestapp/home/GridTwo?_=1295476894342
Has anyone come accross this error before and is there a way of fixing it, as I would prefer to be able to have the first tab open by default.
Thanks.