Consider your "live filter" showcase example:
https://www.smartclient.com/smartgwt...er_live_filter
Say i do not want the text field to be part of the filter editor just above the grid, but in a completely different place on the screen. I.e. i run my own form with a textfield and have a handler whenever the value in the field changes. Can i invoke the same filter events on the grid field i want to filter on manually? are you just calling filterData() or something else?
(obviously this more complex than just calling setShowFilterEditor and filterOnKeypress, but we're experimenting with the filter ui)
https://www.smartclient.com/smartgwt...er_live_filter
Say i do not want the text field to be part of the filter editor just above the grid, but in a completely different place on the screen. I.e. i run my own form with a textfield and have a handler whenever the value in the field changes. Can i invoke the same filter events on the grid field i want to filter on manually? are you just calling filterData() or something else?
(obviously this more complex than just calling setShowFilterEditor and filterOnKeypress, but we're experimenting with the filter ui)
Comment