|
-
Mar 23rd, 2007, 09:59 AM
#1
Thread Starter
Lively Member
Defaults on datagrid View (image)
Hello community,
I have a question. I have a datagrid view that populates from a sql database.
I am using the binding navigator with this grid.
I wish to insert default selections whenever a new row is added to reduce the "point and clickyness" of it when adding alot of similar pices of equipment.
I looked at the methods and figured i could use the tex changed method whenever addnew item is trigered(shown below)
Private Sub BindingNavigatorAddNewItem_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem.TextChanged
Here is an image of my form. Im seeking advice on how to build this function.
I hope this helps....
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
|