Results 1 to 3 of 3

Thread: How can i add a new row to DataGrid??

  1. #1

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    Unhappy How can i add a new row to DataGrid??

    Hi,

    I created a datagrid that contains a DropDownList in the first row and i want to create checkboxes in the second row..
    Can anyone tell me how can i do that??

    SQL Server, ASP.NET/VB.NET

    Thank you

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: How can i add a new row to DataGrid??

    DropdownList in 1st and CheckBox in 2nd? I am not sure what you are trying to do, do you mean Column?

    If you are trying to do DropDown in 1st and CheckBox in 2nd rows plus other columns then you will need to use DataRepeter instead of DataGrid. Use a table inside the DataRepeater, that way you can define as many rows as you want. It will give you the same functionality as DataGrid apart from Paging..
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    Re: How can i add a new row to DataGrid??

    thank you for your help

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