jQuery UI Widgets Forums Grid Combobox editor in the grid

This topic contains 6 replies, has 2 voices, and was last updated by  pmaslov 12 years, 2 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Combobox editor in the grid #8539

    pmaslov
    Member

    Hi, we are evaluating the grid and as I understand it is currently not possible to use combobox as editor in the grid. Do you have plans to add this feature, or, is it hard to create our own editor and plug it into the grid?

    Thank you.

    Combobox editor in the grid #8556

    Peter Stoev
    Keymaster

    Hi pmaslov,

    The ComboBox editor is in our TO DO list, but is not yet implemented for jqxGrid. We will add it in the next version scheduled for October.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Combobox editor in the grid #8605

    pmaslov
    Member

    Sounds good, thank you for the reply. Couple more questions please 🙂
    – Is there a setting that disables the right-click menu on the grid’s column headers while keeping the sorting arrow.
    – I have tried to implement a status bar for the grid that shows which rows are currently displayed (e.g. 1 to 20 of 100) and for that I wanted to bind to scroll event in order to update that information. Binding to valuechanged event in object
    $(“#jqxgrid”).jqxGrid(‘vScrollBar’)

    did not call my event handler. I varified I can query the scroll bar position from that object. How do I bind to grid’s scroll event?

    Combobox editor in the grid #8621

    Peter Stoev
    Keymaster

    Hi pmaslov,

    – By disabling the right-click menu you mean to disable the browser’s default menu?
    – There’s no such event in jqxGrid. You can use only the events listed in the Grid’s Events section.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Combobox editor in the grid #8640

    pmaslov
    Member

    Sorry, I meant sorting menu, not right-click menu. Can I disable the standard one and implement one myself?

    Thank you.

    Combobox editor in the grid #8644

    Peter Stoev
    Keymaster

    Hi pmaslov,

    The ‘columnsmenu’ property enables/disables the default menu.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Combobox editor in the grid #8648

    pmaslov
    Member

    Thanks, that helped.

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

You must be logged in to reply to this topic.