Hi ALL, I have a contextMenuStrip on the datagridview and the number of available menus are depending on what type of cell user click. It works fine. The issue i encountered is that if user use tab key to move the current cell ,then the DataGridView_Click is not fire at all. so i can't tell which menus should enable. any ideas to handle this? Thanks a lot Nick