Add/Edit/Delete Fields in Datagrid

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Add/Edit/Delete Fields in Datagrid

    You can edit in-place abyway. Suggest you consifer using right click invoked
    context menus for Insert/Delete functions, its cleaner




    "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
    news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...
    > I am pretty comfortable making a datagrid containing only the columns that
    I
    > want, but now how tdo I add functionality to insert, edit, and delete rows
    > from the datagrid? Like there would be an edit and delete button next to
    > each column. Delete would do the obvious, and edit would turn every column
    > for that row into a text box or drop down list or something so I could
    edit
    > that and then save/cancel changes. At the very bottom of my datagrid, I
    > would have a blank row of edit columns to insert a new record...
    >
    > Anyone point me in the direction of a tutorial? Oh, I program in VB.NET
    and
    > Have visual studio 2003. Thanks!
    >
    > Jordan
    >
    >

    Terry Burns Guest

  2. Similar Questions and Discussions

    1. Edit, Add , Delete Data from a DataGrid
      Hi... I am pretty new to the .NET especially Visual C++.NET . I have a question maybe the experts here can answer. I have an XML file and the...
    2. Would like to load a datagrid already in edit mode instead of having the user click the edit button
      Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already...
    3. Delete key doesn't delete when datagrid is bound to a disconnected table
      (Re: WinForm Datagrid) I manually built a table instead of filling it from a datasource. I bound my datagrid to the table. The datagrid works great....
    4. Displaying additional fields on edit in datagrid
      I built a sweet data grid to display contacts, custom paging, bidirectional sorting, adjustable row display count, in-place editting, all the...
  3. #2

    Default Re: Add/Edit/Delete Fields in Datagrid

    This is for ASP.NET not a win form.

    Jordan

    "Terry Burns" <terry_burns@BTOpenworld.com> wrote in message
    news:ezFCm2LYDHA.2352@TK2MSFTNGP12.phx.gbl...
    > You can edit in-place abyway. Suggest you consifer using right click
    invoked
    > context menus for Insert/Delete functions, its cleaner
    >
    >
    >
    >
    > "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
    > news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...
    > > I am pretty comfortable making a datagrid containing only the columns
    that
    > I
    > > want, but now how tdo I add functionality to insert, edit, and delete
    rows
    > > from the datagrid? Like there would be an edit and delete button next to
    > > each column. Delete would do the obvious, and edit would turn every
    column
    > > for that row into a text box or drop down list or something so I could
    > edit
    > > that and then save/cancel changes. At the very bottom of my datagrid, I
    > > would have a blank row of edit columns to insert a new record...
    > >
    > > Anyone point me in the direction of a tutorial? Oh, I program in VB.NET
    > and
    > > Have visual studio 2003. Thanks!
    > >
    > > Jordan
    > >
    > >
    >
    >

    Jordan Marton Guest

  4. #3

    Default Re: Add/Edit/Delete Fields in Datagrid

    Sorry that was not clear from your posting.

    Good Luck !


    "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
    news:OXYe2sMYDHA.440@tk2msftngp13.phx.gbl...
    > This is for ASP.NET not a win form.
    >
    > Jordan
    >
    > "Terry Burns" <terry_burns@BTOpenworld.com> wrote in message
    > news:ezFCm2LYDHA.2352@TK2MSFTNGP12.phx.gbl...
    > > You can edit in-place abyway. Suggest you consifer using right click
    > invoked
    > > context menus for Insert/Delete functions, its cleaner
    > >
    > >
    > >
    > >
    > > "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
    > > news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...
    > > > I am pretty comfortable making a datagrid containing only the columns
    > that
    > > I
    > > > want, but now how tdo I add functionality to insert, edit, and delete
    > rows
    > > > from the datagrid? Like there would be an edit and delete button next
    to
    > > > each column. Delete would do the obvious, and edit would turn every
    > column
    > > > for that row into a text box or drop down list or something so I could
    > > edit
    > > > that and then save/cancel changes. At the very bottom of my datagrid,
    I
    > > > would have a blank row of edit columns to insert a new record...
    > > >
    > > > Anyone point me in the direction of a tutorial? Oh, I program in
    VB.NET
    > > and
    > > > Have visual studio 2003. Thanks!
    > > >
    > > > Jordan
    > > >
    > > >
    > >
    > >
    >
    >

    Terry Burns Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139