RaiseEvent MyGrid_Click() ???
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi If I click on the new row in my DataGrid, I can see that I have a new row with cells with NULL values. But if I Tab to the new row the same thing doesn't happen, it seems like it isn't a new row. And I want the to be able to Tab to a new row. Can I raiseevent to event myGrid_Click so the same thing happens as if a user clicks the new row. If I can do so, please tell me how if I can't please tell me what to do instead. I have tried to change the CurrentCell in the method Positionchanged for CurrencyManager, and than I can Tab to the new row, but when I use Tab again I go back to the row earlier. Need help !!! Thank's Fia