:: Forum >>

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
Friday, January 6, 2006
Sorry, my problem is solved with this piece of code.

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

This topic is archived.


Back to support forum

Forum search