Home All Groups Group Topic Archive Search About
Author
25 Apr 2005 11:20 AM
saravanakumar velusamy via DotNetMonster.com
I am using MXDatagrid with paging. I set allowpaging=True in property.
But paging is working for only 10 pages. if i clik 12 or 13th pages it
return back to 2 or 3 page recpectively. Pls help to me. Very Urgent!!!

sample:

My paging will be: 1 2 3 4 5 6 7 8 9 10 ...
if i click "..." the 11th page will be displayed correctly. it will be
... 11 12 13 14 15 16 17 18 19 20 ...

but again if i click 12 page it will go to 2nd page. it will be

1 2 3 4 5 6 7 8 9 10 ...

Pls give solution to this problem.

Author
25 Apr 2005 12:56 PM
Elton W
It looks like the datagrid's viewstate is disabled.

HTH

Elton Wang
elton_w***@hotmail.com


>-----Original Message-----
>I am using MXDatagrid with paging. I set allowpaging=True
in property.
>But paging is working for only 10 pages. if i clik 12 or
13th pages it
>return back to 2 or 3 page recpectively. Pls help to me.
Very Urgent!!!
>
>sample:
>
>My paging will be: 1 2 3 4 5 6 7 8 9 10 ...
>if i click "..." the 11th page will be displayed
correctly. it will be
Show quoteHide quote
> ... 11 12 13 14 15 16 17 18 19 20 ...
>
>but again if i click 12 page it will go to 2nd page. it
will be
>
>1 2 3 4 5 6 7 8 9 10 ...
>
>Pls give solution to this problem.
>.
>