views:

690

answers:

2

Hi, I've set a RadGrid with Paging into a simple asp.net UpdatePanel, and it caused a JavaScript exception.

Does anyone familiar with that problem ?

+1  A: 

Why don't you use a RadAjaxManager?

SLaks
He should be using it.
Mike C.
That's what I meant.
SLaks
A: 

I use the Telerik grid in the same scenario and it operates normally (no js errors). Can it be that by any change you use UpdatePanel and RadAjaxManager/RadAjaxPanel at the same time? If so, only one of these should be enough to ajaxify the grid.

Dick

Dick Lampard