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

Formatting Paging help

4 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
smith spd
Top achievements
Rank 1
smith spd asked on 15 Jun 2010, 09:27 PM
Hello Telerik Team,

I am deploying RadGrid to UserControl and resizing the width.
Please help me property format the paging in single line (from serverside). I have instance of Radgrid on ServerSide.
Pls find the attachment.

Thanks

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Jun 2010, 08:04 AM
Hi Smith,

The observed problem can be observed if the RadGrid base styles have been modified and/or the <div>s inside the pager item have a 100% width (they should not). Please inspect your page with Firebug and remove that widths. If you need further assistance, please send us a runnable demo.

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.
0
smith spd
Top achievements
Rank 1
answered on 16 Jun 2010, 11:56 PM
Great!
I could fix that but another issue is 'rgStatus' class which causes to insert a div and I am not able to custommise the class.
Is there someway that I can customize it other than FireBug  since I'm using IE.

One more wierd issue is that : AllowSorting =True Causes to sort the next column. In the sense, click on one column sorts the column that is one on the right.
0
Dimo
Telerik team
answered on 17 Jun 2010, 09:09 AM
Hello Smith,

>> Is there someway that I can customize it other than FireBug  since I'm using IE.

I don't understand this question - you can customize every HTML element by using its CSS class. Probably you are trying to override a style in the skin. In this case you need to use a higher specificity:

http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx

As for the sorting problem - we are not aware of such a problem. Can you provide a demo? May be you have the columns' SortExpression properties set incorrectly or you have two columns using the same DataField?

Kind regards,
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
0
smith spd
Top achievements
Rank 1
answered on 17 Jun 2010, 06:00 PM
Please refer here
Tags
Grid
Asked by
smith spd
Top achievements
Rank 1
Answers by
Dimo
Telerik team
smith spd
Top achievements
Rank 1
Share this question
or