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
1615
ultragrid edit mode and update data
posted

I am using an Ultragrid version 10.3 and have a datasource bound to the grid. I have it set to .update the data on afterrowupdate event. What I cannot figure out is when I edit a row, the row header shows the pencil icon and what I want to have happen is when I click on the row header it takes the row out of edit mode and saves the data (similar to an Access grid). I cannot find an Event that does this. Only way I get the afterrowupdate or beforerowupdate events to fire is when I either select a different row (if there is one) or select a different control on the form. Can I do this by clicking the row header?