Posted on: 11/13/2014 6:27:12 AM | Views : 606

Hi All,
I am using following code getting value in kendo. Now I if "showLocalFieldsInEditableMode" value is false then input should get read only.
Can anyone please tell me how to do the read only column in kendo ?
How to put the alert message in kendo ? like alert(showLocalFieldsInEditableMode);
Code in table:
<td class="k-grid-field">
  <input type='text' ng-model="dataItem.LocalID" id="LocalID"/>
</td>
Getting value:
# var showLocalFieldsInEditableMode=(showLocalFieldsInEditableMode=='false')?false:true#
Go to the complete details ...