Hi,
Is it possible to send with default filter editor any additional criteria?
I'm trying to set up TreeGrid as master grid and ListGrid as detailed grid.
So I execute default method:
listGrid.fetchRelatedData(record, dataSource);
And this works fine but then filter editor stopped working.
Is it another way to add additional criteria to be sent?
Field information i want to add is hidden in ListGrid so it won't conflict with filter editor.
I tried to send this criteria directly to DataSource and then fetch from ListGrid but it doesn't solved my problem.
Do you have any ideas?
Thanks
Mariusz Goch
Is it possible to send with default filter editor any additional criteria?
I'm trying to set up TreeGrid as master grid and ListGrid as detailed grid.
So I execute default method:
listGrid.fetchRelatedData(record, dataSource);
And this works fine but then filter editor stopped working.
Is it another way to add additional criteria to be sent?
Field information i want to add is hidden in ListGrid so it won't conflict with filter editor.
I tried to send this criteria directly to DataSource and then fetch from ListGrid but it doesn't solved my problem.
Do you have any ideas?
Thanks
Mariusz Goch
Comment