
I have been facing issue with pagesize UI display.I have not used any foooter.There are two pages but UI differs though used same properties.
Please revert as soon as possible.For understanding i have attached files.I want that all grid should have Fig.1 (uniform).
Awating for your reply
vajiha
5 Answers, 1 is accepted
The described behavior could be caused by a custom skin you have applied to the second grid. Or if you set the Skin property to the value "". If this is the case, you should provide a custom Skin for each RadControls you use in your RadGrid, or you can use one of the built-in Skins.
All the best,
Andrey
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Thanks for quick reply but i have used same skin for all grids. I have skin id as RadGridSkin.
Hope below code would be helpful to give solution for the query and let me know where am i goin wrong.
<telerik:RadGrid
SkinId="RadGridSkin"
GridLines="Both" BorderColor="#004000" CellPadding="0" CellSpacing="0" width="100%" border="1"
ForeColor="#400000" Font-Size="8pt" Font-Names="Verdana" runat="server" >
<HeaderStyle BackColor="#7691C8" BorderColor="#400000" Wrap="false" ForeColor="White" Font-Bold="True" Font-Size="8pt" height="20px" HorizontalAlign="Center"/>
<ItemStyle BackColor="#F3F3F3" height="20px" />
<PagerStyle BackColor="#D5D5D5" HorizontalAlign ="center" Height="20px"/>
<AlternatingItemStyle BackColor="#FFFFFF" height="20px"/>
</
telerik:RadGrid >
Thanks & Regards
vajiha
Could you please provide a sample project, so I can debug it locally?
Greetings,
Andrey
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Once again need your help.Issue which i reported.
I have sent the attachment during my first mail how the comboxbox look differ.Second mail i send the theme file n in this email i have attached the source for radgrid and pageindexchange as well as needdatasource event ot have overview over the page behaviour.
i got so busy with other stuff that i could not looked at..and dont have enough time to create dummy project.
Awaiting for your reply.
Vajiha
Please try to re-attach the files you have mentioned. Beside the Word file in your first post, I cannot find any other.
Also using the provided code snippet in your reply, I am unable to reproduce the erroneous behavior at our side. Note that we need your theme definition in order to check for problems.
Additionally, what is the exact version of RadControls you are using? This will help so we could accurately test this scenario.
Kind regards,
Andrey
the Telerik team