I'm using a one column SfDataGrid with an immediate filter for searching for a list of items. According to the selected item, there is information about that item in the other side of the screen. The problem is that even with ShowFilterStatusMessage in false, I'm having the width of my SfDataGrid being modified when I type some text in the filter. The text "No records found ...", although not visible, is what is making the control grow.
Is there a way to completely disable that message?
Thanks in advance.