I am using filter builder with a DataSource which changes according to user selection. But when I run the code, it shows the datasource fields of the filter , user chosed initially. I think the issue is smartgwt does not allow to setDataSource dynamically . So is there anyway that I can set a dynamically changing dataSource to a FilterBuilder object. ?
Thanks in advance.
Thanks in advance.
Comment