Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Ribbon Window Model Dialog
posted

Hi,

Inside Ribbon Window I tried to show a model dialog using MessageBox.Show or by Msgbox("",ApplicationDialog,"") but in either case it is not getting displayed as a model dialog. If i use the same code in a normal window it is showing as a model dialog. Wht are all the changes to be done to occomadate this changes.

Thanks,

Senthilrajan

 

 

Parents
No Data
Reply
  • 27093
    posted

    Hello Senthilrajan,

    I tried using MessageBox.Show("TEST TEXT");  and it worked normally - it was modal and everything. If you could make a sample project reproducing it I might be able to fix it for you.

    Sincerely,

    Petar Monov

    Developer Support Engineer,

    Infragistics, Inc

Children