How to make my kendo dropdown list readonly? -


i have dropdownlist , need make read when user opens page.but needs enabled after click on edit icon.

you can following:

var datasource  =  $("#dropdownelement").data("kendodropdownlist"); 

to make kendo dropdown read :

datasource.readonly(); 

to remove read kendo dropdown :

datasource.enable(true); 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -