Is there a way to display custom message inside grid rows fields.
Sometime my grid has no data or filters are mandatory or error occurred while fetching data or was error thrown in DataAdaptor.
In that cases I want to leave message for user inside body of grid.
Something like 'Please perform filtering to prevent data explosions'
I did try with Grid.ShowSpinner() but Spiner freezes filtering controls of columns also.