jQWidgets Forums
Forum Replies Created
-
Author
-
July 20, 2023 at 6:43 am in reply to: Toggling grid to cardview events Toggling grid to cardview events #133390
Hi Ivan,
I was actually using “rendered” as an on event and it was not working.
Your solution worked as expected.
Thanks very much!
Rob
July 18, 2023 at 1:34 am in reply to: JQXGrid error when sorting and grouping JQXGrid error when sorting and grouping #133381Hi,
Can you please tell me where I can find older releases of JQWidgets, e.g. 14.x
I have downloaded 16.0 and am having many new issues w/my app, least of which is the look and feel – something called “fluent”?13.2 has a different set of issues which is preventing me from moving to that version. Wondering if 14.x may be more stable for me.
Can you please point me to archive of releases?
Thank you.
RobJuly 13, 2023 at 8:38 am in reply to: JQXGrid error when sorting and grouping JQXGrid error when sorting and grouping #133362Thank you! Much appreciated.
RobJuly 10, 2023 at 11:29 pm in reply to: JQXGrid error when sorting and grouping JQXGrid error when sorting and grouping #133357Thanks, Svetoslav. Just to be clear, if I don’t see it on my Client portal then it means it’s not available to me? I have to download another evaluation version for 16?
Rob
July 7, 2023 at 11:30 pm in reply to: JQXGrid error when sorting and grouping JQXGrid error when sorting and grouping #133344Hi Svetoslav ,
Thank you for the tip. I purchased a developer license but on the Client page the latest version I see is 13.2 Am I missing something from the library? The current issue is breaking my build.Please let me know and thanks again for you help!
RobMay 4, 2023 at 12:30 am in reply to: Make only selected rows editable Make only selected rows editable #132940Thanks for your help! Appreciate it.
April 29, 2023 at 12:09 am in reply to: Make only selected rows editable Make only selected rows editable #132901Hi – and thank you for your prompt reply!
I think I understand what you outlined, but notice that the “Available” column (which sets row as uneditable) cannot be turned back on once it is turned off. What I was trying to do was have a ‘first column’ select/checkbox and toggling this value set the remaining cells in the row editable/not editable. Hope that makes sense.
Any further help much appreciated!
Thanks.
RobApril 27, 2023 at 3:21 am in reply to: Undo edited changes in jqxgrid Undo edited changes in jqxgrid #132888It appears I found my answer using $(‘#jqxgrid’).jqxGrid(‘updatebounddata’);
Closed.
February 8, 2023 at 10:34 pm in reply to: jqxGrid with large data(AJAX) jqxGrid with large data(AJAX) #132320Hi Ivan
That was very helpful. Thanks for your assistance!
RobJanuary 31, 2023 at 8:50 am in reply to: jqxGrid with large data(AJAX) jqxGrid with large data(AJAX) #132286Hi,
Thanks for your reply. I created an updated fiddle based on your. http://jsfiddle.net/rfossella/grL894jz/53/I added several render method for columns and I set the data amount to 10,000.
Note: I set pageable to false. When I load the data (with or without renderers) it takes about 8-10 seconds to load. This is the type of performance I am seeing, but worse for larger datasets. Do you have another example of loading larger dataset without paging or am I forced to use paging?
Also, not sure why sort does not work.
Thanks for you help!
RobJanuary 25, 2023 at 11:22 am in reply to: jqxGrid with large data(AJAX) jqxGrid with large data(AJAX) #132273Hi,
I am using the jquery version of jqxGrid. I use ajax to query a node backend which then queries a mongo db. That portion of the process takes anywhere from 100ms-10000ms. When the ajax callback is completed I load the jqxgrid, For ~6000 rows I did a performance check using chrome tools and it sometimes show almost 20-30seconds to finally finish the load and rendering. A VERY long time for only 6000 rows of data.
I see some of your demos where you load tens of thousands of record (generated locally) and with very little, if any, rendering.
I’m trying to understand how I could performance tune that 20-30 secs for final load of table.
What options might I try? I read about virtual mode but am not really sure of its purpose.
Any guidance on performance tuning this is a huge help. Let me know if you need anything else from me.
Thanks.
RobThanks! Looks like a great starting point.
Hello,
I’m trying to find information for styling the root and children nodes of jqxtree.
Using your example here: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/index.htm#demos/jqxtree/defaultfunctionality.htm
How, for example, would I make the root nodes (Mail, Inbox) bold-face and blue, and the child nodes italic and red?
Any guidance is appreciated.
Thank you!
RobHi,
Yes, and since I was already using moment.js in my project I use date1.isSameAs(date2) to perform a genuine compare.
Thanks.
RobHi Svetoslav,
Thanks for opening the issue. Since this only appears to happen with date fields, the following fiddle is my work-around.
Not sure if this contribution will help you guys, but other users may find it useful.
http://jsfiddle.net/rfossella/gzjykxpm/45/
Rob
-
AuthorPosts