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
2165
SET CELL VALUE AND CHECKBOX ISSUE
posted

How to set cell value when the user change checkbox in a grid? Say you have two columns, one is a checkbox and the other is a number, when the user uncheck the cell the other cell must be set to zero. All this have to be recorded in the transactionlog and GridEditMode.Row must be used. I've seen some (few) approaches in this forum but nothing really works. Any help would be very appreciated. Thanks.