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

Grid paging not working correctly

1 Answer 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 09 Sep 2011, 04:20 AM
Have a strange one.

Using the telerik grid.  When we click on another page number the results refresh correctly.  But when we try to edit a item, the item that opens up is the item on page 1 in the same location.  Also if we click next page it always goes to page 2.
If we disable viewstate for the control it works fine also.  Also another weird thing is when the item opens a 404 file not found response(seen in fiddler) for a png file (called by webresource.axd) but the item opens fine even though its the wrong tiem.  The file is there and can be browsed directly in IIS.

The issue ony occurs on 2 load balanced servers. Testing done has been directly to one server bypassing the load balancer.  It works fine on other Windows 2008 R2 servers so don't think it's a issue with the code.
Is there any IIS configuration or applications that might cause this issue?  Any ideas?

Thanks!!

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 14 Sep 2011, 08:50 AM
Hi George,

Could you please elaborate a bit more on your scenario. How do you create a RadGrid: declaratively or programmatically? How the RadGrid is bound - via DataSource control or using advanced databinding (with NeedDataSource event)? Do you use custom paging or the build in paging mechanism of the RadGrid? Also it will be helpful if you could post your aspx markup code with the related code behind file.

Regarding your second issue concerning 404 file not found response:
Do you use RadBinaryImage control into your RadGrid to show images, because the RadBinaryImage doesn't work in WebFarm / WebGarden scenarios.

Looking forward for your reply.

Kind regards,
Radoslav
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
George
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or