EasyUI Forum
December 11, 2025, 06:02:05 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Datagrid send three http request to fetch data from server on: April 02, 2014, 07:49:50 AM
Hi,

Thanks. That worked pretty well.
You already said it before (the solution), sorry for that.. Thank you for the explanation.

Solution:
I removed the class="easyui-datagrid" from the <table> definition at the HTML, and the request is no longer send.
I also had to change some code, cause the classes changed, example: instead of .datagrid-cell-c2-X, now I get .datagrid-cell-c1-X, and some other changes specially with numbers. Nothing important really.

Thank you.
2  General Category / EasyUI for jQuery / Re: Datagrid send three http request to fetch data from server on: April 01, 2014, 07:15:09 AM
Hi Smiley,

I'm having a similar problem here, I'm getting one extra request.
One difference that I found, it's the extra request it's not a duplicate, but just a raw request, without parameters.
I also created a question on Stackoverflow with more information, please take a look here: http://stackoverflow.com/questions/22766935/easyui-datagrid-sends-an-unwanted-request

Quote: ...so I think this problem only exists in older version....
Well no, I´m using v1.10.4, and I think it's the same problem. But it's deeper than thought.

What could causing that request ?

I also notice this topic has a lot of views, so maybe a lot of people are getting the same problem.

(I didn't create a new thread, cause I think it's the same problem, I hope new post in old questions do get read... finger cross Wink)

Thanks...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!