Problem in DataGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Prakash

    #1

    Problem in DataGrid

    Hi Friends,

    I have used DataGrid in my application. My client requirement is the
    field change is written to the database as soon as the user navigates
    away from the field. Please suggest me how to do it.

    Regards,
    Prakash.

  • inpuarg

    #2
    Re: Problem in DataGrid

    handle CurrentCellChan ged event and save data to your database.


    On 13 Jan 2006 05:55:45 -0800, "Prakash" <p.gnanaprakash @gmail.com> wrote:
    [color=blue]
    >Hi Friends,
    >
    >I have used DataGrid in my application. My client requirement is the
    >field change is written to the database as soon as the user navigates
    >away from the field. Please suggest me how to do it.
    >
    >Regards,
    >Prakash.[/color]

    Comment

    • Prakash

      #3
      Re: Problem in DataGrid

      Hi,

      It won't work. If i change the first field, and move the cursor to the
      next field, the event was occurd. But the changes doesn't reflect the
      datagrid's datasource.

      Regards,
      Prakash.

      Comment

      Working...