Message in Datagrid when there are no objects

0
We use a lot of Datagrids in our projects. What I find really annoying is that the Datagrid has nog "setting"  to define an on empty message within the Datagrid, but instead shows the headers wihout any data. For example: "No vergaderingen in system".   Do you guys know if there is a nice solution for my problem, or do you handle this in another ux friendly way ? 
asked
1 answers
0

Create a boolean on the context object "ToonVergaderingenGrid", count the number of vergadering en set the boolean, use condional visibility for the form, show grid when true, message "No vergadering in system" when false.

answered