Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Thank you for answer. But is is not what I need...
For example, I have input + Treeview. Treeview data depends on component's props. I want to update my treeview after I entered the text.
I know that I can use kendoUI(jQuery) api. But could I do it without explicit using kendoUI Api?
0
Accepted
Stefan
Telerik team
answered on 02 Apr 2018, 08:57 AM
Hello, Artur,
As the wrappers are jQuery based, all of the operations and data manipulations have to be done via the components API.
As they are not native React components they cannot take full advantage of the React components lifecycles and state changes. All of the manipulations have to be done via the API methods as otherwise the components will not re-rendered based on the new data.
We understand that this may not be the perfect approach, that is why we are preparing native components which will take full advantage of the React library and its best practices.
Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items