jQWidgets Forums
Forum Replies Created
-
Author
-
This worked in jqx for years. I have been using in all my grid applications. Suddenly, after installing the latest version none of this works.
Without any notification at all they decided to “escape” HTML characters. Frankly, this is crap. There is no reason at all to change this. Furthermore, to do so with out any warning to users is even bigger CRAP.
November 28, 2018 at 9:36 pm in reply to: Difference between 'refreshdata' and 'updatebounddata'? Difference between 'refreshdata' and 'updatebounddata'? #102964I understand the difference clearly. However, updateboundata is very inconsistent. Even entering the exact data several times does not result in a proper grid refresh.
I have verified repeatedly that the data is fetched correctly from MYSQL. I have been corresponding with another member of your team but still have not had a solution.
October 1, 2018 at 12:10 pm in reply to: DisplayField in Grid not displaying DisplayField in Grid not displaying #102207Anyone with an answer.
I forgot the innerHTML part. The form now loads. However, none of the code for initializing jqxwidgets is working. When loading the HTML alone it all works.
GetMenuData(); source.localdata = menuData; NewAdapter = new $.jqx.dataAdapter(source); $("#scheduler").jqxScheduler('source', NewAdapter);
GetMenuData is an ajax call to geet updated data.
September 3, 2018 at 11:00 pm in reply to: Drop down exhibiting odd behaviors in select event Drop down exhibiting odd behaviors in select event #101818I made a work around. Not pretty however. The DROPDOWN select should also have the rowindex as part of the args.
September 3, 2018 at 10:59 pm in reply to: Sending variable to server in SOURCE Sending variable to server in SOURCE #101817Got it working
Martin:
I can make the source get new data. However, I am not able to make the SCHEDULER display refresh. I followed example.
September 3, 2018 at 1:57 pm in reply to: Drop down exhibiting odd behaviors in select event Drop down exhibiting odd behaviors in select event #101813You did not answer my question.
I need the rowdata when the dropdown is closed. Or the dropdown value when cellendedit.
September 3, 2018 at 1:37 pm in reply to: Sending variable to server in SOURCE Sending variable to server in SOURCE #101812Don’t see that at all. Show me.
Request URL: https://jseditor.io/sampledata/beverages.txt
Not working in my code either.
Tried that. New items do not show up in the scheduler. How does thia trigger a new fetch in the source. Without that no new items will show.
Makes it difficult when storing appointments in a database. So how does one go about showing newly created appointments that have been saved to a server? All other scheduler widgets offer this ability. Seem a feature you guys need to add. Just like your other data aware widgets.
August 21, 2018 at 4:47 pm in reply to: Not recognizing dates correctly Not recognizing dates correctly #101634So everytime when storing I have to subtract a month and add one when retrieving. That’s dumb. How can I set up scheduler to do that automatically.
August 20, 2018 at 7:08 pm in reply to: Calendar widget not working Calendar widget not working #101609NVM. Figured it out.
August 6, 2018 at 4:28 pm in reply to: Custon right click and edit dialog Custon right click and edit dialog #101388I want to change the words Create and Edit in the context menu. That sample shows how to add items.
-
AuthorPosts