Muhad Posted December 19, 2003 Posted December 19, 2003 How is this done? I am used to grids in VB6 which fire their events all the time. This grid seems to only fire a few but the others never seem to fire at all. What's the secret? loololol I need this event to fire --> DataGrid1_EditCommand Quote
Moderators Robby Posted December 19, 2003 Moderators Posted December 19, 2003 Place a EditCommandColumn in your grid, then in the code-behind handle the EditCommand event. Place this in your event... datagrid1.EditItemIndex = e.Item.ItemIndex Quote Visit...Bassic Software
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.