I am wondering why filehelpers return readonly columns.
I had a huge problem with them not updating values and could not figure out why. Now I have to have another loop to go through all the columns and change them to be not readonly.
Is there a way I can tell Filehelpers to not do this? So I don't have to waste time going through all of it again?
datatable.column[0].readonly = false
fixes the problem – Jeramey