![]() |
Grids load data only once?
Hey,
on my page I have 2 jqxTrees and 2 jqxListboxes. What I'm trying to do is show properties of the selected element from those widgets. I do that using jqxGrid which loads data from the database on select event. It works fine the first time I select a listBox element (or tree). However, when I select another element from that widget nothing is shown. I have determined that no data is sent to the php file (no GET variable is sent). Of course, selecting for the first time sends the variable. Here's the code that fires on select event from one of 2 trees (the code for the 3 remaining widgets is similiar): Code:
$('#problemiTree').bind('select', function (event) { |
Solved it. You can close this topic.
|
| All times are GMT +1. The time now is 10:45 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.