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
435
Custom CellValueEditor and Custom Control when edit starts
posted

I am trying to create a custom ValueEditor called DoubleValueEditor, and then have a control associated with that type.

The control that will appear when editing starts is a button that fills the cell with the text "Double {CellValue}".

When clicking the button, it will double the value in the cell and set it in the cell, then end edit mode.

 

I can get the button to appear, but am unable to have the button show the original value in the cell, and then set the cell value to the doubled amount when clicked.

 

Is there a sample I can access that shows this?

 

Thanks

Parents Reply Children