Announcement

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

    need help on listgrid criteria

    Hi , i was using smartgwt2.4 , now i have updated to smart gwt 2.5
    after updating , i could see listgrid filter criteria is not working.
    like suppose i have a column col_val
    and i am creating criteria for that with value "01" (which is already present in the data source)
    and executing grid.fetchData(criteria)
    is not giving the desire filter data.
    Same code working perfectly in smartgwt2.4

    is any thing i need to change?? the updated jar files for smartgwt i have taken in my "lib" and in my eclipse i have set the google web tool kit SDK to eclispe plugin GWT-2.1.0
Working...
X