Hi All,
I does have a question about export datagrid data to csv. Well, I know the common solution is
1) select the data again and put in the datatable, then export to csv.
BUT I don't want this, I want DIRECTLY export what I saw in datagrid to CSV, because some of the value I changed in database before I display in the datagrid,
does anyone can help me on this?
I does have a question about export datagrid data to csv. Well, I know the common solution is
1) select the data again and put in the datatable, then export to csv.
BUT I don't want this, I want DIRECTLY export what I saw in datagrid to CSV, because some of the value I changed in database before I display in the datagrid,
does anyone can help me on this?
Comment