|
-
Aug 12th, 2003, 01:20 PM
#1
Thread Starter
Junior Member
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.
-
Aug 12th, 2003, 04:19 PM
#2
Frenzied Member
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
-
Aug 13th, 2003, 04:05 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|