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

Weird Problem

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kutbuddin
Top achievements
Rank 1
Kutbuddin asked on 22 Dec 2011, 09:34 AM
hii

i have a simple telerik datagrid bounded with sql database table and i have set paging also to 10 records per page when i click next page on my local pc the ajax icon will come and it will load the next page of 10 more records and seems everything fine

but when i publish this application on my webhosting server and run the application the grid loads first 10 records but when i click "next page"  button the ajax icon comes but there are no other records it shows blank screen at the grid records

so where is the problem ??

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Dec 2011, 10:11 AM
Hello,

Can you please verify that you bind the grid using advanced data-binding through the NeedDataSource event or data source control and you are not calling DataBind(). Note that if you are using simple data-binding you need to assign the data source and rebind the grid after any data operation such as paging, sorting, editing, and so on.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Kutbuddin
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or