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

remove extra vertical line in grid pagin

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ajmal
Top achievements
Rank 1
ajmal asked on 20 Jul 2010, 06:02 AM
Please see attached snap, how to remove extra vertical line as I am implementing auto paging

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 20 Jul 2010, 03:58 PM
Hello Ajmal,

I suggest that you examine the code snippet below and see if it works as expected:
CSS:
.RadGrid_[SkinName] .rgPager .rgStatus 
{
   display: none;
}

Sincerely yours,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
ajmal
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or