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
160
Show text in grid when no items
posted

Hello,

I am wondering if it is possible to display a message in overlay in an UltraWinGrid, for example to show a message when there is no items on the list, like in some software like Outlook shown below.

I have tried the NullText property but this didn't work.

I have managed to implement this by adding a label to the control property and centering manually, but I wonder if there is another way?

If there is not, could this be considered as a feature request in a next version?

In the meantime, in my current implementation, I also have some problems to find the height of the GroupBy box to position the label correctly. Most of the time I have the GroupBy box turned off so I've set it to 0 but it is not really ideal.

Thank you