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

[Solved] Grid "update cell" value (incell edit)

2 Answers 117 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.
Jonisan
Top achievements
Rank 1
Jonisan asked on 04 Jun 2012, 09:22 PM
Hello ,

I have allot of problems with incell editing of the telerik mvc grid :
When I press the save button , the server receive only the values that had been modify by the user
I need to modify from javastipt , jquery all the values of a column and when I press save those modified
values to be send to the updated values list. The grid has a "update cell" or so but I don't know how to use
that for all the values in a column . Please help me with a way to simulate the value change user action to
a incell edited grid . 


Thankyou

2 Answers, 1 is accepted

Sort by
0
Jonisan
Top achievements
Rank 1
answered on 05 Jun 2012, 07:29 AM
I use this : 

grid.$rows()[rowNr].childNodes[colNr].innerText = value ;

but when I press "save changes" the value is not passed to the updated cell field

Please Help
0
Jonisan
Top achievements
Rank 1
answered on 05 Jun 2012, 07:02 PM
Is this impossible or just to simple ?
Tags
Grid
Asked by
Jonisan
Top achievements
Rank 1
Answers by
Jonisan
Top achievements
Rank 1
Share this question
or