Hai I have inherited datagridview control as custom control and added one textbox control on it. I have added some code in textbox keypress(or keyup,keydown). The problem is When i press enter key the event doesn't raises but other keys works. what is the broblem here? pls explain Thanks
B
babucherayath
@babucherayath
Posts
-
creating inherited custom control -
datagridHow can i increment current cell by adding one to it. Its vb equivalent is grid.col = grid.col+1