Dear all
I have a jqx-grid, where I can enter values in the cells (editable: true, then a jqxNumberInput as editor). What I need is the possibility to select which “type of values” we enter. There are three types: “Absolut values”, “Shift Values”, “Percentage Values”. We should be able to select this type from within the editor (e.g. with an additional drop down on the right of the input). According the selected type, I should be able to set different settings to the number input: e.g. for “Absolut values” only positive numbers, for “Percentage Values” only integral numbers… the selected type I also need as information in the cell somehow.
If we look the GUI aspect of jqxFormattedInput, it is exactly what I should have: A drop down on the right side, where we can select the type and this will affect the input mask. (Of course, I cannot use jqxFormattedInput, because it has a fixed functionality to convert the number base…)
Is it possible to create such a customized editor?? I currently see no way. But I hope that you can point me to some ideas or even bether to a code example… 
Thanks in advance!
– badera