|
-
Sep 21st, 2012, 11:53 AM
#1
Thread Starter
New Member
Refreshing source of AutoComplete for each row according to previous data in DGV
Hi
I have a DGV bounded to a DataTable and users can populate rows in DGV with AutoComplete mode. All that I want to do is, refreshing the source of AutoComplete for each new row according to my base table (TableB) and also previous data that user entered in same column before current row in DGV (in TableA).
DGV.DataSource is TableA
AutoComplete.DataSource is TableB
I can do this job easily in MS Access but i don't know any thing about use existing relationship in DataSet with instance of DataTables. actually my problem solved if i can use relationships between filled DataTables.
Any help will be greatly appreciated.
Last edited by r. salehi; Sep 21st, 2012 at 03:07 PM.
Reason: Dictionary
Tags for this Thread
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
|