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
1475
Naming a Grid
posted

Hi All-

I have two wingrids on a windows form. I want to give a unique name to each of these grids. Both these grids have header with specific names. Precisely i want something just above the header to specify the purpose of the grid. I specified the override band header property. But it didnt show up.

Is there any specific property to be set so the name of the grid is visible?

Thanks in advance.

Swetha.

Parents
  • 53790
    posted

    Hello Swetha,

    I`m not sure that I understood your scenario, but maybe you could use the property

    ultraGrid1.Text to specify the purpose of the UltraGrid. Please take a look at the screenshot below. Other possible option could be to use UltraPanel with Label or UltraGroupBox which contain your UltraGrid. Also you could use RowLayout with Groups to achieve similar behavior.

    Please let me know if you think that I misunderstood your scenario or if you have any questions

Reply Children