Results 1 to 3 of 3

Thread: Recommend a grid data entry component?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Posts
    21

    Recommend a grid data entry component?

    Hi,

    Can anyone recommend a grid-based data entry component, nothing too fancy of difficult to implement.

    I just need to be able to load a grid with data, and allow the user to change the value of one of the columns, and be able to detect the data change.


    Thanks,
    Liam.

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Y not using the native datagrid of .NET?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Posts
    21
    Hi,

    Does the DataGrid have to be bound to a table, or can it be used like a listview?

    In my app, I can't bind directly to a table, I need to populate the grid from info returned from stored procedure calls, and update via more stored procedure calls.

    The application is sensitive and we don't want to allow direct updates to the database from VB, all comms must go through stored procedures that enforce server security rules and business rules.

    Best regards,
    Liam.

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