jQWidgets Forums
This topic contains 19 replies, has 2 voices, and was last updated by supun151515 7 years, 7 months ago.
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › JQXDropDownGrid error after select from drop down combo
This topic contains 19 replies, has 2 voices, and was last updated by supun151515 7 years, 7 months ago.
Hello again,
To make you more clear, I have made very simple project. When we select a row from a Drop Down Grid, event will call $.ajax to simple php file which sleeps for 5 seconds
This is perfect example to understand. I really wonder still you didn’t reconstruct my issue.
Very simple ajax with sleep(5)
Thank You,
Supun
Hello Supun,
In your code that you send me before and this the provided example have different AJAX.
You could find this in the checkChange
the $.ajax is “url:’balance_data.php’, type: ‘POST’, async: true, …”.
Also, you say that you want to be false everywhere, you could try to change it and check if the issue still persists.
Another thing that it will be better is to use on and the same DataAdapter and just change its ‘localdata’ instead of set the new DataAdapter to the ComboBox.
I would like to suggest you as a workaround to force the browser selection with .mouseup()
method of the jQuery and also, you could clear the selection after clicking on one row.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Hi Hristo,
Did you see the error with my online example?
Did you see my last post? Forget about all previous examples. Just look at into very little example expose the problem nicely.
Latest project with AJAX and PHP sleep(5)
Hello Supun,
Yes, I saw the provided example and I reproduce the mentioned issue.
Unfortunately, I would suggest you only this workaround for now.
Could you try the mentioned from me changes?
Thank you for the understanding.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Hi Hristo,
Thank you for your reply. I did not understand what you are trying to say..
Could you try the mentioned from me changes?
Thank you for the understanding.
Please kindly find a solution for me. Hope you will not ask for more clarification.
Thank You,
Supun
You must be logged in to reply to this topic.