Title: datagrid data is loaded more than once Post by: koysweb on March 09, 2020, 08:45:12 AM sorry for my English ::)
When I load the page, the datagrid data is loaded more than once codeloaddata.jpg shows the code looks like this easyuiloaddata.jpg shows the browser's network tab Why is this happening? Title: Re: datagrid data is loaded more than once Post by: stworthy on March 10, 2020, 11:23:44 PM If you are creating datagrid using javascript, please remove 'easyui-datagrid' class from your <table> element.
Title: Re: datagrid data is loaded more than once Post by: koysweb on March 11, 2020, 06:05:05 AM I use:
Code: <table id="tCatActivos"></table> |