Issue get "nodata" status message to display
I am trying to display a "nodata" status message when no data is found for the grid. For some reason the code below does not work....is there something I am missing?
gridObj.setStatusProperty("code", "nodata");
gridObj.setStatusProperty("text", "The schedule contains no data for this view");
Dean
July 20,