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.
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.