3.2.0

In second grid don't want to display "no data found"

Hello Alex or somebody else ;)

I've question.

I've two grids on my screen.

When there is no data there will be a message displayed "No data found".
This is fine for the first grid but by the second grid not. If there is no data for the second grid the application has not to display a message.

How can I implement this behaviour?

Thanks a lot

Dennis-jan
DJ Broerse
January 6,
Sorry, my problem is solved with this piece of code.

if(obj2.getStatusProperty("code") != "nodata") {
      document.write(obj2);
    }
DJ Broerse
January 6,

This topic is archived.

See also:


Back to support forum