Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
No ActiveRow after delete
posted
Hi, i have a simple problem, but i'm not able to solve it (in a simple way, without BeforeRowsDeleted, AfterRowsDeleted etc...) Is there a possibility to have always an active row? After deletion of the active row, the user is not able to press delete again, because ActiveRow == null. First he has to click into the grid, then he can delete the next row. The System.Windows.Forms.TreeView control selects the next node after deletion. How can i change this behavior? thanks,
Parents Reply Children
No Data