galdaka
27 Jan 2010, 11:45 PM
Hi,
Tested in all browsers. Follow theses steps:
1) Open you fauvorite paging grid example (With remote search).
2) Goto to page X (X > 1).
3) Then apply filter in any column.
RESULT: THE GRID IS EMPTY.
REASON: In the params that send to server "start" param have value X. And if X is > 1, and I have only 1 result the grid is in incorrect page position.
SOLUTION:
Implement this: If I´m making filter (params has query) and previous call has no query then force start parameter to "0".
Greetings,
Tested in all browsers. Follow theses steps:
1) Open you fauvorite paging grid example (With remote search).
2) Goto to page X (X > 1).
3) Then apply filter in any column.
RESULT: THE GRID IS EMPTY.
REASON: In the params that send to server "start" param have value X. And if X is > 1, and I have only 1 result the grid is in incorrect page position.
SOLUTION:
Implement this: If I´m making filter (params has query) and previous call has no query then force start parameter to "0".
Greetings,