This question is locked. New answers and comments are not allowed.
Hello, we have a grid which we are using in Ajax binding mode using InCell editing.
I've got it working such that I can grab the row that is getting saved (in OnSave) and send along some additional values for additional cells, but those cells are not updated when the current cell leaves edit mode. I have read that this is desired behavior of the grid.
My question is...is there some way that I can determine when the editing is complete and "refresh" that row of the grid? I don't want to rely on manually setting each cell's HTML because it becomes difficult to find the correct cells when column reordering is allowed.
Ideally, there would be another event that gets fired off which would indicate that the cell has left edit mode and the data behind the row is updated (which it IS correctly updated if I were to call submitchanges on the grid later). I'd like to call a method in this seemingly missing event that would update the entire row based on new values, thus refreshing all of the cells.
Does anyone have a workaround or solution to this issue? It seems so simple, I am extremely shocked if it is not possible without manually setting each cell in the OnSave routine.
One thing that would help me get around some of my work here would be computed or calculated columns. Do these exist in the MVC grid? I would still have one additional column to manually update but the calculated columns would help.
thanks.
Jay
I've got it working such that I can grab the row that is getting saved (in OnSave) and send along some additional values for additional cells, but those cells are not updated when the current cell leaves edit mode. I have read that this is desired behavior of the grid.
My question is...is there some way that I can determine when the editing is complete and "refresh" that row of the grid? I don't want to rely on manually setting each cell's HTML because it becomes difficult to find the correct cells when column reordering is allowed.
Ideally, there would be another event that gets fired off which would indicate that the cell has left edit mode and the data behind the row is updated (which it IS correctly updated if I were to call submitchanges on the grid later). I'd like to call a method in this seemingly missing event that would update the entire row based on new values, thus refreshing all of the cells.
Does anyone have a workaround or solution to this issue? It seems so simple, I am extremely shocked if it is not possible without manually setting each cell in the OnSave routine.
One thing that would help me get around some of my work here would be computed or calculated columns. Do these exist in the MVC grid? I would still have one additional column to manually update but the calculated columns would help.
thanks.
Jay