Hello,
I have been trying to get the batch grid to work with a file upload. The aim is to update the grid with the information in the text file. Would this be a common scenario which has been tried before?
For temporary solution, I processed the uploaded file and save it in the server and render the partial view which contain
@html.Kendo().Grid()
Then, during loading of the partial view, the Read( read.Action ("Test","TestController")) is invoked and load the data from the text file.
Is there a way to set the dirty flag manually after the initial load of the grid so that I can click the save button?
Thank you,
-sk
I have been trying to get the batch grid to work with a file upload. The aim is to update the grid with the information in the text file. Would this be a common scenario which has been tried before?
For temporary solution, I processed the uploaded file and save it in the server and render the partial view which contain
@html.Kendo().Grid()
Then, during loading of the partial view, the Read( read.Action ("Test","TestController")) is invoked and load the data from the text file.
Is there a way to set the dirty flag manually after the initial load of the grid so that I can click the save button?
Thank you,
-sk