Hi,
I'm trying to add a custom widget in an editable grid column, I need to be able to modify two inputs in the same cell and display the value of both inputs concatenated by ':'.
i.e.
<input id='input_1' /><input id='input_2' />
once you click on the cell both inputs show up and you can change both values, so, when you get back to your grid view it will show INPUT_1_VALUE:INPUT_2_VALUE.
I haven't been able to get the values for the two inputs at the same time, and I'm only being able to mark the cell as "dirty".
Attached you will find the plugin code, and the grid view so you can see how those textboxes look like.
Thanks,