Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    listGrid setEmptyMessage

    Being able to change the emptyMessage text in a listGrid. I use a search form to retrieve records for a list grid. Now if no records are returned, the empty grid just shows the preset emptyMessage text. I'd really like to be able to change it something like "No records found for xxxxxx." The reference docs has something similar in that an empty search result shows 'No matches'

    All the best

    #2
    Well, why not set the message with myLG.setEmptyMessage() every time you hit your "Search"-button to your text?

    Comment


      #3
      Well yes thats exactly what I'd like, but I've tried it under several different scenarios and then setEmptyMessage() command just doesn't appear to exist.

      Comment

      Working...
      X