This is a migrated thread and some comments may be shown as answers.

MVC Readonly property

2 Answers 540 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 09 Oct 2019, 12:17 PM

The readonly property from MVC only appears to be available on the Switch control.   I have reviewed the TextBox flavors, Combobox, dropdownlist, and MultiSelect, I required to control the readonly property from Javascript.

I was looking for the product feedback/suggestion area, as I think this should be posted there.

FYI

2 Answers, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
answered on 09 Oct 2019, 02:16 PM

MVC "PlaceHolder" is another property with a similar issue.   It appears as though MultiSelect is an example of something that supports it.

Can the MVC handlers for Kendo controls uniformly implement the properties that Kendo itself supports, please?

0
Aleksandar
Telerik team
answered on 11 Oct 2019, 10:28 AM

Hello Peter,

Thank you sending these viable suggestions. I have logged a Feature Request on your behalf regarding the ReadOnly() property on the FeedBack Portal where you could start tracking the progress on the item.

The current implementation of the TextBox, ComboBox, DropDownList and MultiSelect do not provide a Readonly() wrapper method. Currently you can set them as enabled/disabled via the Enable(bool) wrapper. Alternatively you can make the particular widget readonly by specifying this in HtmlAttributes() property.

I have also logged a Feature Request concerning the unification of the PlaceHolder() property among widgets. You can follow the track the progress on it here. The PlaceHolder() property might be available as OptionLabel() in other widgets, for example the DropDownList.

For further Feature requests you can visit directly the Telerik UI for ASP.NET MVC Feedback Portal available on the link below:

Finally, as a token of gratitude for providing these suggestions I have updated your Telerik Points accordingly.

Regards,
Aleksandar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Peter
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Aleksandar
Telerik team
Share this question
or