jQWidgets Forums
Forum Replies Created
-
Author
-
May 2, 2025 at 1:48 pm in reply to: How to disable buttons in a jqxButtonGroup How to disable buttons in a jqxButtonGroup #135812
Hi nepalmer,
To disable buttons in a button group, the disableAt method of the jqxButtonGroup should be used and you need to pass the index of the button to be disabled.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi Chris,
I understand you, but we do not have this in jqxGrid. We have it in Smart.Grid – https://www.htmlelements.com/demos/grid/editing-cell-multi-input/. We will add a work item for adding it in jqxGrid, too.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/April 30, 2025 at 11:05 am in reply to: Accent insensitive filtering Accent insensitive filtering #135805Hi Aurélien,
That is an interesting thing, but we do not have it for now. I added it in our To Do list.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Update: The release is postponed by 2 weeks. Sorry, about the inconvenience.
Hi jameswood32,
Thanks for the input & feedback.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/April 28, 2025 at 10:47 am in reply to: jqxCalendar only has change event but need click jqxCalendar only has change event but need click #135793Hi ajcs,
We do not have a cell click event. We raise an event only when the date is changed. We will add such event.
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi Chris,
Yes, there is. Please, take a look at https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cascadingediting.htm?fluent
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi karakoc49,
Could you please try with the current version? exportdata makes only ‘xls’ export, not ‘xlsx’ and is deprecated as a data export functionality.
Also we have a new data export using a method called “exportview”.Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/April 22, 2025 at 8:52 am in reply to: Select a row with value instead of index Select a row with value instead of index #135780Hi,
In order to select a row, you need to use the selectrow method like this https://jsfiddle.net/jqwidgets/FQxrf/. The method uses a data bound index. The selection is not by value, but by index.
Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/April 7, 2025 at 1:13 pm in reply to: WISH Alert() et Confirm like WISH Alert() et Confirm like #135749Hi antonomase,
We added a work item for this functionality. Thank you for the feedback!
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi antonomase,
We added a work item for this functionality. Thank you for the feedback!
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi antonomase,
We added a work item for this functionality. Thank you for the feedback!
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/April 7, 2025 at 1:03 pm in reply to: How to Optimize jQWidgets Grid Performance for Large Data Sets? How to Optimize jQWidgets Grid Performance for Large Data Sets? #135746Hi jameswood32,
For large data sets, the scrolling speed is the same. The only slower thing is the initial data binding and when you apply a filter, sort. This can be observed in this example https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/largedataset.htm?fluent which is with 30,000 rows.
In the case of Filter, Sort, the larger the data set is, the slower these operations would be. In this case, we suggest you use virtual data i.e the Grid shows and loads data on demand while you scroll or change pages. Alternatively, you can try our Smart.Grid from htmlelements.com which is more advanced in such scenarios and handles larger data sets, client side.Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/April 1, 2025 at 6:44 am in reply to: renderEngine: HTML5 and tooltips renderEngine: HTML5 and tooltips #135737Hi jb,
It is expected. This engine uses canvas and does not have tooltips.
Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/March 28, 2025 at 8:33 am in reply to: Data export jqxGrid xlsx aggregates exportview Data export jqxGrid xlsx aggregates exportview #135731Hi Chris,
At present, we do not support export of grid aggregates. I added a work item about this missing functionality.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts