Trouble with TreeviewItems

I am having an issue with the TreeViewAdv control.  I noticed it while working on a project that is displaying folders and items in the folders.  The Trouble is when the top level item (a folder) is placed under another top level item (a folder) and then moved back out.  The item is now in 2 locations, not 1, and the name/caption reverts backs to the original name/caption set when it was created. If the name/caption was changed later, it doesn't stick. This happens with the project I am working on but also in a sample provided here: https://www.syncfusion.com/forums/135001/subscribing-to-model-changes

2 Replies

VR Vijayalakshmi Roopkumar Syncfusion Team February 27, 2018 09:32 AM UTC

Hi Michael

Thank you for contacting Syncfusion Support.

We were able to reproduce the reported issue "The Header of TreeviewItemAdv is not updated correctly on moving from one level to another" and confirmed it is a defect. The fix for this reported issue will be included in our upcoming release Vol 1 SP1, 2018 which is expected to be rolled out tentatively in the end of March 2018.

Regards,
Vijayalakshmi V.R. 



VR Vijayalakshmi Roopkumar Syncfusion Team March 14, 2018 10:41 AM UTC

Hi Michael,

Thank you for the patience.

On analyzing the reported issue further with TreeViewAdv, we found issue is in sample level. In the sample, Name property is not updated with new value as it still holds the old value. Now we have corrected this behavior by getting the newly header value in the AfterItemEdit event and assigned to the Name property. The same has been modified in our sample. Please download the sample from following location:

Sample: http://www.syncfusion.com/downloads/support/forum/135744/ze/TreeViewContextMenu1903334216.zip 

Regards
Vijayalakshmi V.R.
 


Loader.
Up arrow icon