This question is locked. New answers and comments are not allowed.
I have a server bound grid on Controller/Index, with a Select Binding of Controller/Edit. I have added a select command to the last column.
The select will take me to Controller/Edit/Id, as I expected.
Filtering takes me to Controller/Edit?filter=Contract.ContractNumber~startswith~'DAS' , while not what I expected, I can understand the action, however...
Ordering takes me to /Controller/?orderBy=Address.Company-asc
This behavior is inconsistent, if not outright wrong. I would expect the filter/ordering URL to be the same.
The select will take me to Controller/Edit/Id, as I expected.
Filtering takes me to Controller/Edit?filter=Contract.ContractNumber~startswith~'DAS' , while not what I expected, I can understand the action, however...
Ordering takes me to /Controller/?orderBy=Address.Company-asc
This behavior is inconsistent, if not outright wrong. I would expect the filter/ordering URL to be the same.