Hi everyone I have a problem with the treelist in practice by inserting a node it generates an alphanumeric guid id, I need instead to generate a numeric id, do you have a solution?
1 Answer, 1 is accepted
0
Svet
Telerik team
answered on 18 Apr 2022, 08:52 AM
Hi Vittorio,
In general, the TreeList is simply a representational component. It visualizes the data that is passed to it. Thus the provided data and its format are in the hands of the developer. Indeed, from the provided information I am not sure how is the node item created and what is the implementation of the specific insert operation on your side. In case further information is required on this case, please provide some further details showing the actual implementation of inserting a new node. Thank you.