harun
28 Feb 2012, 5:59 AM
GXT 2.2.4
GWT 2.3.0
If I on the 2. page of pagination grid, when I try to filter something with remote filtering I always get ArrayIndexOutOfBoundsException because of:
int start = config.getOffset()
start is setted -30. Why it is coming -30.
it must be 0 expected. By the way my pagination limit is also 30;
What can you suggest me to solve this problem...
Best Regards,
GWT 2.3.0
If I on the 2. page of pagination grid, when I try to filter something with remote filtering I always get ArrayIndexOutOfBoundsException because of:
int start = config.getOffset()
start is setted -30. Why it is coming -30.
it must be 0 expected. By the way my pagination limit is also 30;
What can you suggest me to solve this problem...
Best Regards,