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

[Solved] grid settings

1 Answer 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
arik w
Top achievements
Rank 1
arik w asked on 11 Feb 2010, 01:53 PM
Hello
I have a problem with the grid.
I want to give the user can decide how the results have on the page.
I want always the height of the grid will be fixed, and will change following the results page.
If the user chooses, for example 50 per page. Added scroll record.

How do you do? Please!

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 11 Feb 2010, 03:28 PM
Hello Arik,

Here is a demo:

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/webmail/defaultcs.aspx

The settings that you need are:

<telerik:RadGrid AllowPaging="True">
    <PagerStyle Mode="NextPrevAndNumeric" />
    <ClientSettings>
        <Scrolling AllowScroll="True" UseStaticHeaders="True" />
    </ClientSettings>
</telerik:RadGrid>


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.
Tags
Grid
Asked by
arik w
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or