Hello,
I have a rad grid with master and detail tables. My pager style setting is NextPrevNumericAndAdvanced.
Everything looks fine in IE 7 and 8, but in Firefox the pager footer is squished and does not wrap so the 'change page' form text and text box are all overlayed on top of each other. I have tried setting the height of the pager style but with no success.
Can you supply me with some direction or let me know if this is in fact a bug. (I'm using 2009 q1)
Below is my pager style code:
Here is my grid tag:
Thank you in advance.
Ryan
I have a rad grid with master and detail tables. My pager style setting is NextPrevNumericAndAdvanced.
Everything looks fine in IE 7 and 8, but in Firefox the pager footer is squished and does not wrap so the 'change page' form text and text box are all overlayed on top of each other. I have tried setting the height of the pager style but with no success.
Can you supply me with some direction or let me know if this is in fact a bug. (I'm using 2009 q1)
Below is my pager style code:
<PagerStyle NextPageText="Next" PrevPageText="Prev" Mode="NextPrevNumericAndAdvanced" ForeColor="black" Wrap="true"></PagerStyle> |
Here is my grid tag:
<pro:RadGrid |
ID="rgMessageQueue" |
runat="server" |
Style="height: auto;color: #a5d7fe;" |
AllowSorting="True" |
AllowPaging="true" |
CellPadding="0" |
CellSpacing="0" |
AutoGenerateColumns="False" |
AllowFilteringByColumn="false" |
OnItemCommand="rgMessageQueue_ItemCommand" |
PageSize="20" |
OnNeedDataSource="rgMessageQueue_NeedDataSource" |
OnDetailTableDataBind="rgMessageQueue_DetailTableDataBind" |
Skin="Office2007" |
EnableEmbeddedSkins="false" |
OnItemDataBound="rgMessageQueue_ItemDataBound" > |
Thank you in advance.
Ryan