in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Ajax and ASPxGrid problem

Last post 7/13/2007 11:37 AM by Manish Sawant. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 7/11/2007 8:57 AM

    Ajax and ASPxGrid problem

    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 

  • 7/11/2007 10:23 AM In reply to

    Re: Ajax and ASPxGrid problem

    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
    >
  • 7/13/2007 11:37 AM In reply to

    Re: Ajax and ASPxGrid problem

    Hi Michael,

     Thanks for the reply. I have downloaded the new version and tried it. Its working fine now.

     Manish
     

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED