jQWidgets Forums

jQuery UI Widgets Forums Grid cell editor with additional settings

This topic contains 1 reply, has 2 voices, and was last updated by  Christopher 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cell editor with additional settings #89269

    badera
    Participant

    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

    cell editor with additional settings #89279

    Christopher
    Participant

    Hi badera,

    Unfortunately it’s not possible to create an editor like that. What you described sounds more like a combination of jqxNumerInput and jqxFormattedInput which is not available.

    Best Regards,
    Christopher

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.