Current filter:
                                You should refresh the page.
                                We apologize for the inconvenience. Our ordering system and the support center may be offline for a few hours on Sunday, May 19 due to maintenance tasks.
                                0
                                  • If a create a viewcontroller with a simple action, the action button is not shown in the mdi main form toolbar.

                                    Steps to Reproduce:

                                    Use your MDIDemo project as a base and create a ViewController for DevExpress.Persistent.BaseImpl.Person and set targetviewtype to detailview. If you open an person, the action button is not shown in the toolbar. (If a comments out the mdi-template/strategy, everyting works as expected)

                                0

                                Hello Trond,

                                We have fixed the problem in this scenario in the next version of the suite. Currently, as a workaround you can modify the code in the MDIChildForm template as follows:

                                	
                                [C#]
                                //BEFORE: /public override IActionContainer DefaultContainer { // get { return null; } //} //AFTER: public override IActionContainer DefaultContainer { get { return cView; } }
                                Let us know in case of any further difficulty with our products. We will be glad to help you.

                                Thanks,
                                Dennis

                                0

                                Everyting works fine :). Thanks

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.