This is a migrated thread and some comments may be shown as answers.

[Solved] Row Refresh

0 Answers 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rajesh
Top achievements
Rank 1
Rajesh asked on 10 Apr 2012, 02:39 PM
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?
Tags
Grid
Asked by
Rajesh
Top achievements
Rank 1
Share this question
or