Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...