This question is locked. New answers and comments are not allowed.
Ok, so I have a tabstrip
on tab 1 I have some content
on tab 2 I have a partial view with some content that contains a Telerik MVC Grid.
The grid binds correctly using ajax, I can insert, edit, delete using ajax binding.
Here is the weird part:
If the data for the grid is null (ie. nothing in the datasource to bind to, which results to a null list), the FIRST time I navigate to the tab, the tab displays correctly, and the grid shows as being empty. I then click on a different tab, then click back on tab 2, and IE6 crashes completely.
If the grid has data hopping between tabs is fine.
It all runs fine in Firefox.
Any ideas??
on tab 1 I have some content
on tab 2 I have a partial view with some content that contains a Telerik MVC Grid.
The grid binds correctly using ajax, I can insert, edit, delete using ajax binding.
Here is the weird part:
If the data for the grid is null (ie. nothing in the datasource to bind to, which results to a null list), the FIRST time I navigate to the tab, the tab displays correctly, and the grid shows as being empty. I then click on a different tab, then click back on tab 2, and IE6 crashes completely.
If the grid has data hopping between tabs is fine.
It all runs fine in Firefox.
Any ideas??