Hi,
I am using 6.1-p20190721 smartGWT.
I am using a databound grid having dynamic criteria for this. Now i am trying to enable filter row on this grid using :
grid.setShowFilterEditor(true)
But it throws exception on fetch operation for filter row. Does it do a fetch operation for filter row as well?
If i disable filter editor there is no exception.
I am using 6.1-p20190721 smartGWT.
I am using a databound grid having dynamic criteria for this. Now i am trying to enable filter row on this grid using :
grid.setShowFilterEditor(true)
But it throws exception on fetch operation for filter row. Does it do a fetch operation for filter row as well?
If i disable filter editor there is no exception.
Comment