This question is locked. New answers and comments are not allowed.
Hi all,
I'm using a telerik grid and would like to show three columns a,b and c. However, when adding or editing a row, I don't want to allow the user to enter the data of column c as this is gonna be calculated by the server in the controller. I just want the user to enter both values for columns a and b, but after the row has been added/edited, i do want to display column c in the grid.
Which would be the best way to do this?
Thanks a lot
I'm using a telerik grid and would like to show three columns a,b and c. However, when adding or editing a row, I don't want to allow the user to enter the data of column c as this is gonna be calculated by the server in the controller. I just want the user to enter both values for columns a and b, but after the row has been added/edited, i do want to display column c in the grid.
Which would be the best way to do this?
Thanks a lot