jQWidgets Forums
Forum Replies Created
-
Author
-
January 27, 2015 at 3:01 pm in reply to: jqxComboBox for editing a cell value jqxComboBox for editing a cell value #66089
Hah! Fixed it – I hadn’t set the columnType to ‘custom’. Now it’s working really nicely
January 27, 2015 at 2:01 pm in reply to: Input Source not working for remote JSON data Input Source not working for remote JSON data #66082Hi Nadezhda,
Thanks – I’ve got it working now, thanks to your input.January 24, 2015 at 1:30 pm in reply to: DataTable addRow commit callback null DataTable addRow commit callback null #65956Found the problem – a copy/paste error. I’d got too many parameters for my updateRow definition – it should be
updateRow: function (rowID, rowData, commit) {
not
updateRow: function (rowID, rowData, position, commit) {
January 24, 2015 at 10:46 am in reply to: DataTable check in JSON returns null DataTable check in JSON returns null #65954I’d say you’ve got a javascript/json error somewhere, which is causing an exception and leaving the “loading” image displayed – I had this when I was putting together my first DataTable.
Have you checked in the debugger (FireBug etc.) whether there are any errors?
January 24, 2015 at 6:54 am in reply to: DataAdapter cacheing data? DataAdapter cacheing data? #65948Hi Peter,
Thanks for your help – as a result I’ve sorted out my problem by calling$("#tblQuoteItems").jqxDataTable('updateBoundData');
when I re-open the window.
January 21, 2015 at 7:02 pm in reply to: DataAdapter cacheing data? DataAdapter cacheing data? #65793So taking this question further – clearly i’m Doing Something Wrong!
If close the window using the cross or a Close button on the window, where should I call the dataBind() method on the dataAdapter?
January 21, 2015 at 2:38 pm in reply to: DataAdapter cacheing data? DataAdapter cacheing data? #65781Thanks Peter,
I think the problem is that I’m currently only fully initialising the window once, and then showing the existing window if it’s been initialised.So I need to either trigger another bind, or probably preferably remove the jqxWindow to free up resources when it’s closed.
Is there a way of removing the jqxWindow similar to how one would do it in jQuery, by calling $(this).remove() in its close event?
January 20, 2015 at 11:24 am in reply to: Setting my custom theme as the default Setting my custom theme as the default #65679Ok – thanks, no problem. It would be nice to be able to set a default theme…
Regards,
James
-
AuthorPosts