Results 1 to 2 of 2

Thread: ASP.NET DataGrid

  1. #1

    Thread Starter
    Frenzied Member usamaalam's Avatar
    Join Date
    Nov 2002
    Location
    Karachi
    Posts
    1,308

    ASP.NET DataGrid

    Hello everybody,

    I am new to ASP.NET and using DataGrid in ASP.NET for the first time. I created a DataTable and bind the DataTable with the DataGrid. DataGrid is not editable. I need the DataGrid to be editable and user can enter or change as many records as he want. When I set the EditItemStyle property to 0, only first row is editable. I need to use it like a Windows.Forms DataGrid.

    Thanks.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ASP.NET DataGrid

    Have a look at this article:
    http://dotnetjunkies.com/WebLog/tcol.../13/11354.aspx


    OTOH, when I want to make a certain column in a datagrid editable, I use TemplateColumns instead of bound columns.

Posting Permissions

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



Click Here to Expand Forum to Full Width