Hello Manish,
ASPxGrid isn't MS AJAX compatible, this is the major reason for the brand
new ASPxGridView which is released in v7.2 in the next week or so. This is
AJAX compatible and there is also a Demo which specifically shows the Grid
inside a UpdatePanel.
hope this solves you frustration.
Cheers,
Michael Proctor
> Hi,
>
> I am using ASPxGrid 7.1. On my page i have a asp.net button. On the
> click of the button i am calling a web service which returns me a
> dataset. I run a loop and create boundcolumns for the grid and add the
> columns to the grid. Then i provide the dataset as the datasource of
> the grid and i make the table visible in which the grid is. The
> button and the grid are between UpdatePanel(2.0 AJAX Extention). When
> i debug i can go through the code but nothing gets displayed in the
> grid. I mean just a blank grid is displayed. Now if i remove the
> UpdatePanel everything works fine including grouping and sorting. I am
> new to ASPxGrid and so i dont know if this is the correct way of doing
> it.
>
> Please advice.
>
> Thanks,
>
> Manish
>