I want to add extra request properties to a TreeGrid so that I can instruct the server to do something different than it would when serving a request from a ListGrid.
I now added fetchOperation: 'tree' and could do the same for addOperation, updateOperation and removeOperation. It seems to work however, but was wondering if this is the way to go.
I now added fetchOperation: 'tree' and could do the same for addOperation, updateOperation and removeOperation. It seems to work however, but was wondering if this is the way to go.