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

paging buttons not working

8 Answers 147 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ilant
Top achievements
Rank 1
ilant asked on 22 Apr 2010, 08:59 AM
Hello there.
i'm using the RadGrid with paging.as i can see, the basic paging is numeric + buttons for next/prev and first/last page.
when i click on the numeric buttons then it work fine but when i want to navigate with the prev/next buttons then it doesn't work.i don't get any error message.it simply not working.
i attached a screenshot of the paging style on my grid.
more general info:
i create the columns myself (means that AutoGenerateColumns="False"),
allowpaging=true, allowsorting=true,

very basic settings.
can anyone help?
thank you.

8 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Apr 2010, 09:37 AM
Hello ilan,

I suppose that you are binding the grid using simple binding with DataBind() calls. If so you can transform your code to take advantage of the advanced binding with NeedDataSource handling. Thus you will be able to utilize features like paging, grouping, filtering, custom edit forms which are supported only with this type of binding or declarative data sources.

Best wishes,
Pavlina
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
ilant
Top achievements
Rank 1
answered on 22 Apr 2010, 09:53 AM
thank you.
i just want to make sure that i understood your meaning by "using simple binding with DataBind() ".
i'm doing this:
RadGrid1.DataSource= MyList;
RadGrid1.DataBind();
0
ilant
Top achievements
Rank 1
answered on 22 Apr 2010, 10:22 AM
OK.
i tryed that and it works greate!!
thank you!!
0
Pavlina
Telerik team
answered on 22 Apr 2010, 10:42 AM
Hi ilant,

I am glad I could help you in your implementation. In case you encounter any further problems, do not hesitate to contact us again!

Greetings,
Pavlina
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
Rohan
Top achievements
Rank 1
answered on 14 Feb 2012, 07:21 AM
Hello Pavlina ,

i'm generating the  RadGrid  dynamically with paging.as i can see, the basic paging is numeric + buttons for next/prev and first/last page.
when i click on the numeric buttons then it work fine but when i want to navigate with the prev/next buttons then it doesn't work.i don't get any error message.it simply not working.

0
Shinu
Top achievements
Rank 2
answered on 14 Feb 2012, 07:45 AM
Hello Rohan,

I cannot reproduce the issue at my end. Check the following demo which implements the same.
Grid / On PageInit

-Shinu.
0
Rohan
Top achievements
Rank 1
answered on 14 Feb 2012, 12:49 PM
Thanks for replay Shinu,
I am new in telerik control , i want to some information about dynamic template field with in RADGRID with filters .
for example i have one RADGRID with template field . Within that template field one check box created , i want to filter that column ...
how can i do this ......
0
Shinu
Top achievements
Rank 2
answered on 15 Feb 2012, 06:35 AM
Hello Rohan,

Check the following help documentation.
Programmatic Creation.

-Shinu.
Tags
Grid
Asked by
ilant
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
ilant
Top achievements
Rank 1
Rohan
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or