You might have this somewhere but I just haven't found it yet. So, on all your drag a component onto the UI, each component has varies properties for dropdown you have things like filtercasesensitivity, searchtext, selected item and so on. Where/how do I find out what each property does and what the expected values are for what I want to accomplish. In 2 seconds I can have a dropdown that pulls data from the database and stores the id in the database but from there I could use some help in adding any additional functionality for that control. This would apply for all controls, but some like dropdown are more important to me than others. Thanks in advance for your help. FYI this is not a specific question about some functionality it is a general how do I learn advance features of all your controls.
2 Likes
Hi @keithnarsansky,
The best place to know about some of component features is our demos. Furthermore our examples are editable and you can quickly change and run the demo to test something.
Of course there are links from the demos to each component general documentation and API reference and last but not least the component source code where you can verify how the component works in various cases. Since you have full access to the entire source code you can even pull/download it from GitHub, attach it to your application and debug it.
Our forums are also great source of learning materials since there are thousands of post, threads and examples. Our video materials are quite popular and helpful as well.
1 Like