When switching tabs in ext.net - the split-button keeps adding additional menu items after each load

17 Views Asked by At

Using ext.net, the split-button control will add multiple menu items after each reload. I can't seem to figure out how to prevent this from happening.

1

There are 1 best solutions below

0
Tyrone Moodley On

When copying controls into Visual Studio, the IDE will always add auto generated ID's. This causes issues sometimes, remove the auto generated ID's and this should fix the issue.