EasyUI Forum

General Category => Bug Report => Topic started by: Stefan B. on June 19, 2014, 07:29:51 AM



Title: datagrid - frozen columns and row filter IE8 datagrid header bug
Post by: Stefan B. on June 19, 2014, 07:29:51 AM
On one Project our customer use IE8 and
we have a small webpage and use datagrid with rownumbers, frozen columns and grouped columns and datagrid row filter extension.
In this case the row headers not shown correct. there is an row offset between frozen columns and normal columns.
See the following image attachment.

I mean the problem is the rownumber row in header content of the datagrid.
This row is using rowspan and should use 2 <td> tags

How can i fix this problem?



Title: Re: datagrid - frozen columns and row filter IE8 datagrid header bug
Post by: jarry on June 19, 2014, 08:55:21 PM
Make sure that you are using the newest datagrid-filter.js file. If not please update this newest file to your page. After that, if your issue continues, please provide an example to demonstrate your issue.


Title: Re: datagrid - frozen columns and row filter IE8 datagrid header bug
Post by: Stefan B. on June 20, 2014, 12:46:19 AM
Thank you for this solution. the little bugfix works for my problem! Now the header is correct formatted!