This question is locked. New answers and comments are not allowed.
We have following field in the model
[HiddenInput(DisplayValue = false)]
public string String0{ get; set; }
When using the model i understand this field shoud be hidden from view. Telerik grid ignores and renders the field.
This field is dispalyed in the Grid as shown in the attached document.
Can anyone point me in right direction.
[HiddenInput(DisplayValue = false)]
public string String0{ get; set; }
When using the model i understand this field shoud be hidden from view. Telerik grid ignores and renders the field.
This field is dispalyed in the Grid as shown in the attached document.
Can anyone point me in right direction.