Hi,
I am using telerik grid for mvc and I configured it for inline editing
Model Properties:
.......
public string ErrorText { get; set; }
public int Order { get; set; }
public String Operator { get; set; }
..........
For the operator column in the above grid I want to use dropdown list with set of values coming from an enum list. User will select from list of operators and update the row. Could anyone guide me on implementing this.
I am using telerik grid for mvc and I configured it for inline editing
Model Properties:
.......
public string ErrorText { get; set; }
public int Order { get; set; }
public String Operator { get; set; }
..........
For the operator column in the above grid I want to use dropdown list with set of values coming from an enum list. User will select from list of operators and update the row. Could anyone guide me on implementing this.