Hi,
I got a situation with nested Ajax Managers (I use Manager Proxy in nested one). Main Manager sets ajax request to RadGrid, and in this grid in edit form I got drop down with AutoPostBack, on which other drop down is updated - it works perfect, but it updates whole Grid.
So I decided to add AjaxManagerProxy in this form and set it for this DropDown, but when I check in FireBug it looks like whole Grid is updated anyway. It's way to much data to be send and receive for only one DropDown.
Is there some nice solution to minify bandwidth in such a case?
Gr,
Pawel
I got a situation with nested Ajax Managers (I use Manager Proxy in nested one). Main Manager sets ajax request to RadGrid, and in this grid in edit form I got drop down with AutoPostBack, on which other drop down is updated - it works perfect, but it updates whole Grid.
So I decided to add AjaxManagerProxy in this form and set it for this DropDown, but when I check in FireBug it looks like whole Grid is updated anyway. It's way to much data to be send and receive for only one DropDown.
Is there some nice solution to minify bandwidth in such a case?
Gr,
Pawel