Hello, I have a few questions regarding exporting data. I am using Guridddo PHP Suite. In my SelectCommand I am using SELECT * to get all fields from the database because I want to be able to show them on the edit dialog. However in the main grid its way too many columns so I hide most of them with setColProperty.
My problem is when I export Data to CSV or Excel, jqgrid is not exporting all the data as I defined with ExportCommand, instead its exporting only the visible data in the grid (IE: Columns that are NOT hidden with setColProperty.
My questions are:
Thank-you.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top