Changing order of MenuItems

Hi, I really like the NavigationDrawer quite a bit. However, I have had one issue with it. There does not seem to be a way to change the order of the menuitems. So, after creating 10 menuitems, if I then need to add a new item that needs to appear first on the list, I seem to have to modify every item to accomodate that, which is very inconvenient. 

Is there  a way to change the order of this items that I am just missing?

Thanks!

3 Replies 1 reply marked as answer

VR Vijayalakshmi Roopkumar Syncfusion Team July 28, 2020 02:04 PM UTC

Hi Travis 
 
Thank you for using Syncfusion Products. 
 
Query : Does not seem to be a way to change the order of the menuitems. So, after creating 10 menuitems, if I then need to add a new item that needs to appear first on the list, I seem to have to modify every item to accomodate that, which is very inconvenient.  
 
We have checked the reported query “Options to change the order of MenuItem in NavigationDrawer” using our simple sample and we could see you can able to add the new item in any order using Insert method of NavigationDrawerItemCollection.  
 
Code:[C#] 
 
 
this.navigationDrawer1.Items.Insert(1, this.drawerMenuItem6); 
 
 
But however, the items has been inserted correctly , but it is not reflected in UI. So we have forwarded this query to development team to analyze on this issue. We will check and update you the complete details by 29th July 2020. 
 
Regards, 
Vijayalakshmi VR 



VR Vijayalakshmi Roopkumar Syncfusion Team July 29, 2020 01:03 PM UTC

Hi Travis, 
Thank you for your patience. 
You can change the order of DrawerMenuItem using Insert Method Of Items [NavigationDrawerItemCollection ] property of NavigationDrawer. But however, this method does not work properly and we have confirmed it is a defect. We have logged a report on this and the fix for this issue is estimated to be available on 12th , August 2020.  
You can track the status of this defect using the following feedback link: 
Regards, 
Vijayalakshmi VR 


Marked as answer

VR Vijayalakshmi Roopkumar Syncfusion Team July 29, 2020 01:06 PM UTC

Hi Travis, 
Can you please provide your currently using Syncfusion Product version details? So that it will helps to provide you the patch accordingly as promised on August 12th, 2020? 
Regards, 
Vijayalakshmi VR 


Loader.
Up arrow icon