jQuery UI Widgets › Forums › Grid › Adding button to last column of the jqxgrid.
This topic contains 7 replies, has 2 voices, and was last updated by Shreyansh 9 years, 1 month ago.
-
Author
-
I am exporting a csv file from jqxgrid and then it has the import function too. But when i import the csv file i wants for the last column it should put an Edit button for each row. Is it possible somehow?
Hi Shreyansh,
Here is the demo with edit button about popup editing.
Also you have to create the Grid from CSV.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comOk. Actually I already looked on the code, now consider the scenario of http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/bindingtocsv.htm?arctic example, and now here I wanted to add the edit button. How this can be possible? (“Higher priority task”)
Should we convert the CSV data into an array and then populate on the grid with the edit button or we can do it directly in some other way? (“just my suggestion, let me know if it make sense.”)
Regards,
ShreyanshForgot to mention, I am importing the csv file using file upload tool, and using csvToTable() function to populate on jqxgrid.
Hi Shreyansh,
We recommend using of dataAdapter to populate the grid with CSV.
Here is the demo – CSV+Buttons.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comThe thing is I am uploading the CSV file using file upload tool, and not able to fetch the actual directory path (I think many browsers do not allow this instead it show something like: C:/fakepath/file.csv) so I think either I may get a way to find the actual directory path or another way to populate values into the grid.
Regards,
Shreyansh HingarHi Shreyansh,
When you upload the CSV file, you can store it in directory of your server. Then the path to that file can be used.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comThank you Ivailo for the suggestion, well I also did the same, but also I found the way to complete my task, and I am happy with your services. You guys are great. 🙂
Regards,
Shreyansh Hingar -
AuthorPosts
You must be logged in to reply to this topic.