This is a migrated thread and some comments may be shown as answers.

[Solved] Grid Filtering/Ordering/Select bug/inconsistency?

0 Answers 7 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mike
Top achievements
Rank 1
Mike asked on 27 Oct 2010, 10:31 PM
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.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Share this question
or