I am wondering how I can get the Caption area of my Grid to also have a small toolbar as in the image below:
Any information you can provide with be much appreciated.
Regards,Jason
Hi Jason,
There's nothing like this built into the grid. You would probably need to add a panel with some buttons to your form and just place it over the grid.
Thanks Mike. I will do that.
Great minds think alike. I started playing with that idea also after I replied last.
Thanks again.
Actually, now that I think about it there is another option that might be better.
You could use UltraToolbarsManager. By default the toolbars dock to the form. But you could put a Panel or other container on your form and container the grid within the panel, then set the DockWithinContainer on the ToolbarsManager to this panel.