Hello again (please excuse my delay.. and my english)
I was playing around with one of your examples (from the grid-api-documentation).
Here you can see what the issue is: http://jsfiddle.net/CvGLP/18
Now there is a toolbar within an input-field.
If you type in something that isn’t in the grid (e.g. “?”) you will get the “No data to display”-message (depending on your localization).
If you then delete your searchstring from the input.. your very first cell value just disappears (at least it seemed to)
=(
As far as I can guess, the very first value is now wrapped into an additional span-tag (within its normal div).
This span seems to have quite the same css-values as the “No data to display”-message-wrapper..
That leads me to think that the message isn’t removed correctly.
All examples I found unfortunately just illustrates server-side searching, so I have absolutly no more clue what I’m missing on my way.
Thanks again for your time and patience.
STEFAN from DRESDEN