question on a null cell in a datagrid. If the data provider provides an element/column (cell) with no content (for a datagrid), I get a "[null]" displayed in that cell. How do you handle it so that it displays nothing instead of the '[null]'?
Strange, I don't remember that being the default behavior. What if you assign an empty string to the property in question instead of null? Otherwise you can add programmatic checks with an itemRenderer. It seems like that shouldn't be necessary though.