dont think you can get away with it unless you are implementing right to
left languages under internationalization...
but give this a try
http://www.dotnetjunkies.com/Tutoria...B871F967F.dcik
its custom paging... if you dont like the way datagrid paging behaves.. you
take the control...
--
Regards,
HD
Once a Geek.... Always a Geek
"collie" <> wrote in message
news:83EF1FF1-D8B7-4FA2-85E7-...
> Hi ALL,
>
> Can someone please help ?
> I have a dg with paging. I want the page numbers to be displayed as
> follows:
> ...,10,9,8,7,6,5,4,3,2,1 and not like it is now:
> 1,2,3,4,5,6,7,8,9,10,...
>
> I tried adding css with direction and alignment right but that doesn't
> work.
> Any ideas?
>
> Thanks in advance.