Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Adding row to an ultrawebgrid
posted

Hi,

I have a web form which pulls data from database based on the value selected from a dropdown(webcombo). The data(a single row) is displayed on the grid. The user wants to select another value from the dropdown and this should be displayed on the grid along with the previous row. How can I go about this?

Thanks,

Junaid.

Parents
  • 28464
    Verified Answer
    posted

    Hello Junaid,

    This is something that I think needs to be handled on the application level, rather than in the grid per se. You would probably need to have an ADO.NET DataTable with the rows as they are being added stored in session and then databind the grid to that DataTable directly.

Reply Children
No Data