This is a migrated thread and some comments may be shown as answers.

Cached/Empty Rows visible on Radgrid MasterTableView after deployment into windows 2012 server

2 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vinay
Top achievements
Rank 1
Vinay asked on 18 Feb 2016, 01:05 PM
Our page uses a Telerik Radgrid with pagesize=”50” to display a Checklist with two checkboxes in each row. Client side binding is being used in order to assign data for the grid.
If the data has ‘n’ checklist items, ‘n’ rows with data is created and visible on the grid and the remaining ’50-n’ empty rows will be created but with inline style “display:none” and not visible on the grid.
This works fine in both the browsers IE11 and Chrome when code is hosted in local IIS or deployed in windows 2008 server.

But, when the code is deployed in windows 2012 server, only in IE11, all the empty rows are visible. Please find attached snapshot.
(only checkboxes are visible because data is not available for other columns).

When we inspect the element(empty row - <tr>), we can see display:none property being applied for the <tr> but the row is still visible on the screen.

2 Answers, 1 is accepted

Sort by
0
Vinay
Top achievements
Rank 1
answered on 18 Feb 2016, 02:05 PM
Using Telerik version 2011.3.1115.35
0
Viktor Tachev
Telerik team
answered on 23 Feb 2016, 08:48 AM
Hello Vinay,

Note that the Internet Explorer 11 browser was released in 2013. The version of the controls you are using was released two years before that. Thus, it is possible to observe unexpected behavior when opening the page in IE11.

If you would like to support modern browsers it is recommended to update the controls to the latest version. The current release is 2016.1.113. Give the latest release a try and see how it works for you.

If you would like more detailed information on upgrading the controls please check out the following article.



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Vinay
Top achievements
Rank 1
Answers by
Vinay
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or