Hi
Please, can you explain following situation?
I have Listrgrid with overridden all fetchData(), all filterData() and getInitialCriteria() methods. Inside these overridden methods are just some outputs to the console.
The listgrid has set some initialCriteria and autoFetchData to true.
What I was expecting is, that I’ll see logs of the initial fetch, but the console stays empty.
After setting autoFetchAsFilter to true, nothing has changed.
Calling directly fetchData() from button handler is printing logs properly.
Basically what I need to do is to enhance criteria for every listgrid fetch, including the initial one.
Please see modified GridDataBoundFetchSample from v8.3p_2013-11-13/LGPL Development Only (built 2013-11-13).
Thanks
Please, can you explain following situation?
I have Listrgrid with overridden all fetchData(), all filterData() and getInitialCriteria() methods. Inside these overridden methods are just some outputs to the console.
The listgrid has set some initialCriteria and autoFetchData to true.
What I was expecting is, that I’ll see logs of the initial fetch, but the console stays empty.
After setting autoFetchAsFilter to true, nothing has changed.
Calling directly fetchData() from button handler is printing logs properly.
Basically what I need to do is to enhance criteria for every listgrid fetch, including the initial one.
Please see modified GridDataBoundFetchSample from v8.3p_2013-11-13/LGPL Development Only (built 2013-11-13).
Thanks
Comment