CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Rhode Island
    Posts
    56

    Please Help!! - Datagrid manipulation

    I am attempting to create rows in a datagrid one by one, and then allow editing by each row. I am having trouble writing to specific columns/rows in the grid. In msflexgrid, I can use the text or textmatrix properties to write to the cells. How do I do this using Datagrid? I am trying to use the text property and it is giving me 'Rowset not available' error.

    The reason I am not using the flexgrid is because I cannot edit the fields in a flexgrid without using comboboxes and textboxes to overlay the grid. DataGrid gives me more flexibility in these areas...

    Thanks for any help


  2. #2
    Join Date
    Aug 2000
    Location
    KY
    Posts
    766

    Re: Please Help!! - Datagrid manipulation

    you need to create a recordset for the datagrid. You can build this on the fly and then allow the user to enter there data.




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

Featured