jQWidgets Forums
Forum Replies Created
-
Author
-
Hi atomic,
We use the same. I do not understand why you get this error. What is the type of the file after you export it?
Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi gruppenhaus,
Thanks for the feedback. The problem is related to the theming and we will fix it for the next release.
Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi atomic,
Could you send us a jsfiddle example of this? Did you use the export.php file from the client portal which you can download from there because we use the same for export?
Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Hi Chris,
dataexport.php is included in the source code download build which you can download from the client portal if you have a license. The login is your email and license key. As for the exportview, it takes the font of the grid and it depends on the theme applied.
Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/January 27, 2025 at 8:58 am in reply to: Shift-select multiple rows Shift-select multiple rows #135619Hi Rob,
It takes time to implement additional selection mode, it is not possible to reuse code from smart.grid in this case.
Yes, you can use the multiple rows selection mode.Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/Dublicate post https://www.jqwidgets.com/community/topic/data-export-3/
Hi,
– The new exportview method is recommended for data export.
– In case you want to continue the old way, the dataexport.php file used for data export needs to be hosted on your server and update the exportdata method call. The 6th param of the method is the server URL. As for the usage of export_server/dataexport.php for data export – this file was hosted only for demo/trial purposes on our web server.Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/January 24, 2025 at 11:26 pm in reply to: Shift-select multiple rows Shift-select multiple rows #135613Hi robf,
We have this implemented in smart.grid – https://www.htmlelements.com/demos/grid/overview/. We will consider it for jqxGrid as in it is currently not implemented.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/January 20, 2025 at 10:41 am in reply to: Select scheduler fields for export Select scheduler fields for export #135597Hi sjkcwatson,
The appointmentDataFields property of the Scheduler determines the Scheduler’s data export fields as well.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/January 14, 2025 at 7:11 am in reply to: Grid Cell Editing Example Grid Cell Editing Example #135579Hi,
var data = $(‘#jqxGrid’).jqxGrid(‘getrowdata’, 0); returns the row data based on the row index. Example: https://jsfiddle.net/jqwidgets/7pdyg/
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/January 9, 2025 at 10:05 pm in reply to: Grid Cell Editing Example Grid Cell Editing Example #135574Hi walker1234,
Please take a look at https://jsfiddle.net/jqwidgets/tzHXR/
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/December 16, 2024 at 8:15 am in reply to: updatebounddata and grouping updatebounddata and grouping #135542Hi Benny,
For multiple updates at once, the Grid also has beginupdate and endupdate methods. The first one stops the rendering, the second one resumes it.
Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/December 13, 2024 at 7:39 am in reply to: updatebounddata and grouping updatebounddata and grouping #135540Hi Benny,
This is the idea of these parameters of updatebounddata, to keep the sorting, filtering, etc. Otherwise, updatebounddata re-bind and re-renders completely the Grid component.
Regards,
PeterjQWidgets Team
https://www.jqwidgets.com/December 1, 2024 at 5:50 pm in reply to: addSpecialDate: disable date addSpecialDate: disable date #135526Hi,
The special dates are optional and once you add them, we do not have a method to remove them. We will consider updating this behavior.
Best regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/November 27, 2024 at 8:15 am in reply to: Upload All/Cancel All button text is cut off using jqxFileUpload in dark mode Upload All/Cancel All button text is cut off using jqxFileUpload in dark mode #135515Hi,
You can add this to your code as a solution
document.querySelectorAll('.jqx-file-upload-dark .jqx-button-dark').forEach(button => button.style.width = '120px')
Best regards
Peter Stoev -
AuthorPosts