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
110
Adding and ultragrid is making my toolbars disappear
posted

I am developing for winforms with infragistics 10.2 controls and I have encountered what I believe to be a bug. Hopefully there is already some documentation or workaround for this since that someone can point out since I can't seem to find an answer.

I have a form with an ultratoolbarsmanager on it. The toolbarsmanager has 2 toolbars, one docked top and one docked bottom. Between the two is a panel that is filling the space.

In the form load event I create an ultragrid and add it to the the panel's clientarea. EVERY time this happens my toolbars disappear. When I remove this the toolbars reappear. This is not a problem in the designer, only at runtime.

Has anyone encountered this before? It looks like a bug.

Parents
  • 110
    posted

    OK I have a bit more information. The addition of the ultrawingrid is not the problem. I am binding the grid to a dataset with multiple tables. I have a relation created between the two tables and the information populates correctly. But the toolbars still disappear.

Reply Children