shireenrao Posted September 26, 2003 Posted September 26, 2003 Hello I have a datagrid which is bound to a DataTable. I also have a BindingManagerBase, which is again bound to the same DataTable. I use the BindingManagerBase so I can navigate the grid using buttons. Now when I want to add a new record, I just have to call AddNew() to the binding manager base. Is there a way I can get the first column of the grid to give a autogenerated ID, and the cursor starts from the second column? right now, I get the cursor pointing to first column when I call AddNew(). Thank you Shireen Quote
shireenrao Posted September 26, 2003 Author Posted September 26, 2003 I found my own solution... http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q756q Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.