This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
Cannot access EntityProperty properties when using metadata in RadDataForm #1306
Please tell us how to recreate the issue in as much detail as possible.
Start the application ..
View console for log output. Band Name should have a value for the hidden and displayName props.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Here is a playground example where I am trying to get the required and displayName props from bandName when loaded, but they are coming back undefined. Thank you!
Its a shame they barely touched to subject in the docs like its a simple thing to do. There is no complete example on how to change the editor type through EditorProperty class.
Tell us about the problem
I cannot access properties of an EntityProperty when using metadata, but can when properties are set in XML.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Here is a playground example where I am trying to get the
required
anddisplayName
props from bandName when loaded, but they are coming backundefined
. Thank you!https://play.nativescript.org/?template=play-ng&id=4yhKEK&v=14