Datagrid

hi everybody,

hi have a set of data bind to a grid view but how to i click on a particular field to prompt a textbox inorder for the user to change the data. Any idea

Your sincerely,

Cindy



Answer this question

Datagrid

  • rauhanlinnake

    Hi Cindy,

    are you working with the DataGridView in Windows Forms If so, you might want to set your grid's EditMode property to EditOnEnter.

    I hope this helps,
    Andrej



  • yuchuan

    Hi,

    working with Web Forms is a different game... You might want to take a look at some examples at ASP.NET site [look for C# GridView Updating]. Also, combining the GridView with DetailsView or FormView might be a good idea...

    Andrej



  • Ludo-R

    hi, ya i am working on gridview in VS 2005 in web app. I saw there is RowEditing event but i'm not sure whether is it to used that event. How am i going to generate a text box too u have any idea


  • Datagrid