I'm wondering how I create a drop down menu button using Infragistics? (That is, the user hits a button, a number of options drop down, such as Save, Delete, Print, and the user can select one).
I think I have to use an UltraDropDownButton and an UltraToolbarsManager together somehow, but I cant for the life of me work it out. I think the WinMisc-Basic Features sample has what I'm after, but I'm having trouble working it out from that example.
Can anyone offer a few pointers?
Thanks.
There are no references to 7.3 in this project.
It seems odd that such a bug has gotten through, as I cant see the usage of these drop down menus being rare. I'll go submit this now...
Make sure all references in your project are for 8.1. If you have mixed references (some for 7.3 and some for 8.1), it could cause this issue. If not, this is definately a bug and I would recommend submitting it to the support group: http://es.infragistics.com/gethelp.
Mike Dour"]I believe everything in 8.1 should work as it did in 7.3. Which steps are no longer working correctly?
I believe everything in 8.1 should work as it did in 7.3. Which steps are no longer working correctly?
The step at the end where you run the application, and you click on the drop down. For me, in 7.3, it dropped down. With 8.1, it does not. All of the steps in building it appeared to work.
I would ordinarily attribute this to me doing a step wrong, but I had made a drop down menu thing previously (in 7.3, which worked), which no longer works in 8.1 (I have made no changes - just upgraded Infragistics).
Mike Dour"]This might help get you started:
Do these steps still work with v8.1? I have just upgraded my project from infragistics v7.3 to v8.1, as well as from VS2005 to VS2008, and it seems the above steps no longer work, even on a form which was previously working (I hadnt changed it - just upgraded it).
--- EDIT ---
Just had a quick look at an older version in which I had only upgraded Infragstics (not visual studio) - this one doesnt work either. An even older (compiled and installed on another computer) version which uses infragstics 7.3 works just fine.