Export to Excel is in our TO DO for this year. However, it is not yet planned for a specific release. Printing is not in our plans for now.
Best Wishes,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi Tim,
jqxGrid still does not have export or print capabilities.
Best Wishes,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi,
I was wondering if there is a way to export or print the jqxgrid data?
Thanks,
Tim
Hi Neelam,
You can take a look at this help topic: jquery-grid-localization.htm.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Ok not an issue.
I have another problem. I want to another currency symbol rather than $. If I make a column as a float , it shows $ by default for that. How can I show another currency sign fetch from database?
Regards,
Neelam
Hi Neelam,
jqxGrid does not have data export capabilities. When we implement the requested feature, we’ll definitely add examples and documentation about it. However, the feature is still not in our Roadmap.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hello,
Do we have export feature in grid? I want to download/export the grid info into excel file.
Thanks,
Neelam
Hi RajaniKantaPanda,
Unfortunately, jqxGrid currently does not support Data Export to JSON or any other data format. If you want to export the Grid’s data, you will need to handle functions like getrowdata which returns a single grid row. Then, for data serialization to JSON, you can take a look here: http://stackoverflow.com/questions/191881/serializing-to-json-in-jquery.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi himaja,
We’ll definitely implement Export To Excel by the end of the year. However, I am unable to provide a specific date when the feature will be up.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi,
We are planning to purchase license of the grid and want to know if you are having any plans of releasing export to excel feature?
Thanks.
Hi Madhu,
Export to Excel is a feature which is still not implemented. I am afraid that I cannot suggest you a workaround.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Thank you Peter Stoev…
i did the deleting part according to your example.and still working on popup validator.thank you again for your quick reply.
i have another prob…can i export my filtered data to excel….if so hw?
Rgds,
Madhu
Hi NHHL,
jqxGrid does not currently support export to JSON or any other data format.
If you want to get the loaded records into the Grid, you can do this:
var dataAdapter = new $.jqx.dataAdapter(source, { loadComplete: function () { var records = dataAdapter.records;}});
Another solution for getting all rows is to call the Grid’s getrowdata method for each row index. The number of rows can be retrieved from the dataAdapter – var length =dataAdapter.records.length;
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi jimmaguire,
Export to Excel functionality is in our future development plans. However, I cannot give you an exact time-frame when you should expect that feature. As soon as we plan it for a specific release, we will update our Roadmap.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
I really like your product and knockoutjs.