Hi
I have a really specific problem and have already tried to search for a similar problem online. Any help would be most welcome.
I have setup a simple ASP.NET webpage with a RadGrid, a filter TextBox, a Submit button and a Clear Filter button. The data loads up and I can filter the RadGrid using the TextBox without problems. Now I make another webpage that has an iframe tag that points to the former RadGrid page. Everything works fine except on IE 8 (IE 10 works fine, haven't tried IE 9) browser.
What happens is this:
I can post the code on how I filter the RadGrid, but i just thought that anybody knew of some Telerik vs IE 8 issue that could explained this behavior.
Regards.
Gunnar
I have a really specific problem and have already tried to search for a similar problem online. Any help would be most welcome.
I have setup a simple ASP.NET webpage with a RadGrid, a filter TextBox, a Submit button and a Clear Filter button. The data loads up and I can filter the RadGrid using the TextBox without problems. Now I make another webpage that has an iframe tag that points to the former RadGrid page. Everything works fine except on IE 8 (IE 10 works fine, haven't tried IE 9) browser.
What happens is this:
- I load up the webpage, the RadGrid is filled with data.
- I input some filter in the TextBox and press Submit.
- Instead of filtering the search in the RadGrid, all rows in the RadGrid disappears. Clicking on Clear Filter button doesn't bring up the data again as it should normally do. No visable error.
- I refresh the page and now the Filter search and Clear Filter work as expected and as often as needed.
- If I close IE 8 and open it up again I'm back at step no 1.
I can post the code on how I filter the RadGrid, but i just thought that anybody knew of some Telerik vs IE 8 issue that could explained this behavior.
Regards.
Gunnar