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)
Quote:
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....
http://pegasus.cc.ucf.edu/~smilbuta/vb/defaults.jpg