Can we display custom message in the middle of the ultrawebgrid ? Please see the screenshot attached.
I know i can use NoDataMessage property of Ultrawebgrid, but this doesn't work for me as we need to clear both rows and column. But in my case i need to show columns.
FYI: We are using usercontrol with ultrawebgrid loaded in aspx page.Please reply asap as this is urgent for us to implement.
Hello,
Having a message displayed when there is no data and headers in the grid isn't built into the control. You can position a DIV over the grid to show your message when there aren't any rows in the grid.
Let me know if you have any questions with this matter.