This question is locked. New answers and comments are not allowed.
Hi,
Any way to refresh one particular row in a grid?
I have handled the valueChange event of a column bound to a drop down list. In the event handler, i change the values of a couple of dependent columns on the dataTime bound to the row. However, as expected this changes are not reflected in the grid. As the event handler is bound in the OnEdit event, i do not have access to the cells collection either (else i could change the inner html of the td corresponding to those columns using jquery - again provided the user is not allowed to reorder the columns).
Is there a clean way to refresh a single row in a grid?
I am using inline editing mode. Will updateRow achieve the desired result?
Any way to refresh one particular row in a grid?
I have handled the valueChange event of a column bound to a drop down list. In the event handler, i change the values of a couple of dependent columns on the dataTime bound to the row. However, as expected this changes are not reflected in the grid. As the event handler is bound in the OnEdit event, i do not have access to the cells collection either (else i could change the inner html of the td corresponding to those columns using jquery - again provided the user is not allowed to reorder the columns).
Is there a clean way to refresh a single row in a grid?
I am using inline editing mode. Will updateRow achieve the desired result?