Hey there,
I have a table with some custom formatted data and an inline edit function. I have a custom control for editing. When I start the edit mode I want to edit the “original” cell value and not the formatted cell value.
Please take a look at the following fiddle: http://jsfiddle.net/8ybSs/1/
I think the problem ist the value parameter in the custom_element function “myelem”. I'ts the formatted string instead of the original value. How can I get the original cell value here?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top