EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: gordis gmbh on January 22, 2018, 08:38:40 AM



Title: Datagrid in Window doesn't load properly
Post by: gordis gmbh on January 22, 2018, 08:38:40 AM
I have a window with an Edatagrid in it. On window open, the Edatagrid gets loaded but shows only its pagination bar.

If I adjust the size of window by dragging its corner, the data in edatagrid gets displayed. Please find a demo of this problem here: http://jsfiddle.net/v7hporvw/1/ (http://jsfiddle.net/v7hporvw/1/)

The problem exists in versions 1.5.3 & in 1.5.4



Title: Re: Datagrid in Window doesn't load properly
Post by: stworthy on January 23, 2018, 12:44:21 AM
Please download a newer version v1.5.4.1 from https://www.jeasyui.com/download/v154.php


Title: Re: Datagrid in Window doesn't load properly
Post by: gordis gmbh on January 23, 2018, 06:29:12 AM
Thanks Stworthy for the updated version 1.5.4.1. With this version the mentioned Problem seem to be fixed BUT the Problem still remains if the same Edatagrid is loaded remotely in the window using 'href' option.

I can't give a demo with the href option because for that the Edatagrid code should be put on the server and in JSFiddle this not possible.

Would be great if you could check this one out.


Title: Re: Datagrid in Window doesn't load properly
Post by: stworthy on January 23, 2018, 06:21:39 PM
Please look at this example http://jeasyui.com/demo/test/test1.html. It works fine.


Title: Re: Datagrid in Window doesn't load properly
Post by: gordis gmbh on January 24, 2018, 07:07:40 AM
Stworthy, many thanks for clarifying this one. I located a local refresh issue in code and its working fine now with version 1.5.4.1.