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

Paging alignment not aligned.

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ekc ekc
Top achievements
Rank 1
ekc ekc asked on 13 Jul 2010, 11:42 AM
Hi,

I found a strange problem in Radgrid Footer - which is the Paging. Below is the runtime source:

<td colspan="4"><div class="PagerLeft_Office2007">
换页: <span style="font-family:Tahoma;font-size:9pt;"><img title="Previous Page" 
src="/eSolutions/Images/page/previous.png" alt="Previous Page" style="border-width:0px;" />&nbsp;p</span>&nbsp;n&nbsp;<img title="Next Page" src="/eSolutions/Images/page/next.png" alt="Next Page" style="border-width:0px;" />

It'll auto generate a <span> for 'Previous' but not 'Next'. I suspect because of that, the alignment for PrevPageImageUrl and NextPageImageUrl aligned. See picture below:

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 14 Jul 2010, 03:30 PM
Hello ekc ekc,

Indeed, the presence of a <span> element in one of the buttons is probably related to the issue. Please check the styles that are applied to the <span> and <img> elements in this case with a web developer tool such as Web Developer Toolbar or Firebug. Afterwards, you can make the necessary modifications to the CSS styles, so that the <span> and <img> elements are aligned. If you need assistance with this, please provide a full runnable web page.

The issue is resolved in the latest RadControls version.

Sincerely yours,
Dimo
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
ekc ekc
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or