Hi Tejiinder,
Thanks for contacting Syncfusion Support.
We have checked with your requirement and achieved it with a custom sample by customizing the nodes in the nodeEditing event of the TreeView component. Kindly check the sample below.
Here, we have restricted the default editing functionality of the TreeView by cancelling it in the nodeEditing event and customizing the node with a Dropdown List component in the same event for selecting a value. Once the value is selected and the node is refreshed, the Dropdown List will be destroyed, and the node text will be updated in the TreeView component as per the Dropdown List value.
Please check the sample and get back to us if you need further assistance.
Regards,
Keerthana R.