This question is locked. New answers and comments are not allowed.
Hi There,
We are currently using Telerik MVC control version 2011.2.712.40. we need help in editing grid.
We have a grid with certain rows and we are trying select multiple rows and trying to modify a single column. Is it possible using Telerik grid MVC?
For example,
Col1 Col2 Col3 Col4 Col5
1 abc true 123 1000
2 bcd true 234 1200
3 cde false 345 1201
4 def true 456 1202
5 efg false 234 1203
Here i would like to select 1,3,4,5 and modify Col5 to have "1500". Instead of modifying one at a time modify all at once. Not like multiple rows at a time. single column modification. This is just an example. In real I might need to select 1000 rows and modify a single column.
Thanks in advance.
Regards,
Sunny
We are currently using Telerik MVC control version 2011.2.712.40. we need help in editing grid.
We have a grid with certain rows and we are trying select multiple rows and trying to modify a single column. Is it possible using Telerik grid MVC?
For example,
Col1 Col2 Col3 Col4 Col5
1 abc true 123 1000
2 bcd true 234 1200
3 cde false 345 1201
4 def true 456 1202
5 efg false 234 1203
Here i would like to select 1,3,4,5 and modify Col5 to have "1500". Instead of modifying one at a time modify all at once. Not like multiple rows at a time. single column modification. This is just an example. In real I might need to select 1000 rows and modify a single column.
Thanks in advance.
Regards,
Sunny