EasyUI Forum

General Category => Bug Report => Topic started by: Eric Wang on June 07, 2017, 06:35:37 PM



Title: One page can't have more than 10 datagrids
Post by: Eric Wang on June 07, 2017, 06:35:37 PM
In my application, I used tab to group datagrids, that works fine if I added 9 datagrids, but if I have 10, the datagrid-cell-c10-itemid will be added for datagrids, but the style is not be added in page. the grid column will lost width. I tested latest version, still have problem. I used free version, does it have limit?


Title: Re: One page can't have more than 10 datagrids
Post by: jarry on June 08, 2017, 02:20:28 AM
This may be the 31 stylesheet limit in IE. Please try to set the 'sharedStyleSheet' property to true for your datagrid components. If your issue continues, please show an example to demonstrate your issue.