Hi Guys,
I have wrote the following web app, a simple datagrid which submits to .csv Everything is fine apart from the textbox from the template column does not write to the .csv
I want the user to be able to input the quantity they require and this appear on the .csv as well as the other...
HI i'm trying to get a datagrid to export to a csv. Code is below but all I get is a blank CSV. Can anyone please point me in the right direction??
//seperate datagrid to comma seperated values
string strRowVal = "";
foreach (DataGridItem item in layoutsGrid.Items)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.