jQWidgets Forums
Forum Replies Created
-
Author
-
July 21, 2015 at 9:42 pm in reply to: how to format complete grid data extracted how to format complete grid data extracted #74016
Peter,
got it. i cannot see the documentation for the exportdata method is optional and determines whether to export the column’s header or not. can you please let me know how i can use it ?July 21, 2015 at 9:33 pm in reply to: how to format complete grid data extracted how to format complete grid data extracted #74013Hi Peter,
Is it possible to remove ” when i export to any other format rather than csv ?July 21, 2015 at 9:32 pm in reply to: how to format complete grid data extracted how to format complete grid data extracted #74011I know of a function in javascript which will replace all the (double quotes “)
var data1 ='""ada""da'; var data2= data1.replace(/\"/g,'');
But this will be for string. How can i achieve it for the above data. which i guess is an array…..
July 21, 2015 at 9:15 pm in reply to: how to format complete grid data extracted how to format complete grid data extracted #74008I want my final variable ‘data’ to look like this.
1.00,345.00,Dimitar 2.00,475.00,Ivailo 3.00,605.00,Ashwin
July 20, 2015 at 3:38 pm in reply to: Increase height of column header Increase height of column header #73962Ivailo,
It works for me. Thank you !!!
July 17, 2015 at 12:29 am in reply to: save grid data to CSV in backend. save grid data to CSV in backend. #73839interesting.. i would like to hear too
Please note, I am using image as an option and it shows image in the column. However, it doesnt work with buttonclick.
July 2, 2015 at 4:57 pm in reply to: Export CSV file to same path from where it was imported. Export CSV file to same path from where it was imported. #73303Hi Ivailo,
I mean, if i want to save the file to the servers location with the url specified.for eg,
I want to save the file to this location rather than my desktop location. how can i do this ?
http://apmqa.mcm.com/plugins/jqwidgets-ver3.5.0/jqwidgets/grid.csvJuly 1, 2015 at 11:30 pm in reply to: Export CSV file to same path from where it was imported. Export CSV file to same path from where it was imported. #73266It is in reference to this link
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dataexport.htm?webIf you click on “Export to CSV”, it exports to default downloads folder. I need to provide a different path. i.e. the same path from where the data was loaded to the page.
July 1, 2015 at 6:02 pm in reply to: Error importing CSV data to grid Error importing CSV data to grid #73264I get it. I should specifiy the intranet server link while accessing the HTML file rather than just clicking on that file from my local machine. how dumb. Thanks anyways guys.
July 1, 2015 at 5:37 pm in reply to: Error importing CSV data to grid Error importing CSV data to grid #73263I also copied the following demos.js file and saved it on my local machine
http://www.jqwidgets.com/jquery-widgets-demo/scripts/demos.jsand provided below link where i saved the demos.js
<script type=”text/javascript” src=”http://apmqa.mcm.com/plugins/jqwidgets-ver3.5.0/jqwidgets/demos.js”></script>June 23, 2015 at 8:47 pm in reply to: Edit row and save data in csv file at backend Edit row and save data in csv file at backend #72913Hi Ivailo Ivanov,
Thanks for the prompt reply. Is there a way where i can edit those rows and the update gets stored in the same csv file ? The above link doesnot have editable cell options for it.
Kind Regards,
Raj Desai -
AuthorPosts