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
1179
Drawing control over ultragrid
posted

With a control inheriting from an ultragrid I'd like to place another control on the design surface and have it draw itself over the ultragrid. When I try this though, the control isn't visible. Checking its properties I can see that it is visible, has a sensible, non-zero size, and a location that should be visible. I've also tried calling its BringToFront method. Is there any way I can do this?

We're trying to add functionality to all our grids (which use a class inheriting from the ultragrid) to be able to display an indicator that data is being fetched, along with a cancel button to abort the fetch. I've created a usercontrol to implement this, but am getting the behaviour described. I've tried using a simple standard control as well, but that isn't displayed either

Parents Reply Children
No Data