SmartGWT Version used : 3.1 Dated Nov 29, 2012
Browsers Used : IE11 and FF 30.0
Hi Isomorphic,
I'm writing a webmail-application by using smartgwt.
I'm trying to use auto-search on TextItem.
The TextItem is added a keyup-Handler and go to server side to do sql search every time when user
key-in a word. (I don't use js search because the speed of ie is very slow when doing filtering)
Further more, i use DSResponse.setData to create the listgrid records.
The problem is when setData is called, the grid always has a "loading data" message during the search.
How can i prevent this? Or just like PickListProperties, no "loading data" message, grid show the result without refresh.
Thanks!!
Browsers Used : IE11 and FF 30.0
Hi Isomorphic,
I'm writing a webmail-application by using smartgwt.
I'm trying to use auto-search on TextItem.
The TextItem is added a keyup-Handler and go to server side to do sql search every time when user
key-in a word. (I don't use js search because the speed of ie is very slow when doing filtering)
Further more, i use DSResponse.setData to create the listgrid records.
The problem is when setData is called, the grid always has a "loading data" message during the search.
How can i prevent this? Or just like PickListProperties, no "loading data" message, grid show the result without refresh.
Thanks!!