jQWidgets Forums
Forum Replies Created
-
Author
-
January 14, 2015 at 1:02 pm in reply to: Grid calendar filter first day of week. Grid calendar filter first day of week. #65356
Hello Dimitar,
with the recent 3.6.0 version I also have this same issue. Your suggestion is working fine but have to use it in every date filtered column. Any change of fixing this bug?
Thanks, best regards,
ImreJune 17, 2014 at 8:00 pm in reply to: Custom validation using get/post callback Custom validation using get/post callback #55991Exactly what I searched for. Working perfectly
Thank you for your quick support!
Keep up the good work,
ImreApril 10, 2014 at 8:24 am in reply to: Working with checkbox columns Working with checkbox columns #52847After I dug into the API a bit more I found the ‘getselectedrowindexes’ method. With the selectionmode set to ‘checkbox’ I could get all the selected rows id’s
February 26, 2014 at 9:42 am in reply to: Get parent element's value Get parent element's value #50155In the documentation I found the jqxTree’s dragEnd callback function. Using that I can do everything that I wanted.
Now I like jQWidgets even more
February 24, 2014 at 11:14 am in reply to: Populate jqxTree with json from PHP Populate jqxTree with json from PHP #49986Thank you very much!
After I set the correct source (records from the getRecordsHierarchy) to the Tree I got the right results
Best Regards,
ImreFebruary 24, 2014 at 10:29 am in reply to: Populate jqxTree with json from PHP Populate jqxTree with json from PHP #49979Hi Peter,
Thank you for your fast reply!
With your help getRecordsHierarchy() is working. Records variable is getting the right value. After that I added the source object to the Tree:
$('#wddBongeszo').jqxTree({ height: winH-100, width: 250, source: wddBongeszoDataAdapter });
But I got this in the Tree everytime. I tried to modify the json returned from the php but the result is same: 47 ‘Items’ and 1 ‘>’ at the 16th row. What can be the problem?
Thanks,
ImreJanuary 14, 2014 at 10:11 am in reply to: TypeError: document.body is null TypeError: document.body is null #47828I could reproduce this type of error when the
var response = new $.jqx.response();
line is not in$(document).ready()
.December 18, 2013 at 12:30 pm in reply to: Problem with CSV's enclosure character Problem with CSV's enclosure character #46700Hi Peter,
Thanks for your response. Finally I removed the enclosures from the cells. Everything working fine now.
Best wishes,
ettemlevest -
AuthorPosts