jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts

  • enrique
    Participant

    Hi, Dimitar

    Sure, sure I know I need & have to add the jqxcheckbox.js in my code. And I already insert it to the code.
    But It’s not working.
    The Checkbox position is allocated but checkbox is not shown.
    I don’t know why ??


    enrique
    Participant

    Hi, Dimitar

    Thanks to your kindly support.
    And I modified your example for making the customized editor from Drop Down List to Check Boxes Drop Down List.
    So I changed the code like this (below), but the Check Boxes are not rendered.
    What is my mistake or problem?

    
    { text: 'Type', datafield: 'type', width: 130, align: 'center', cellsalign: 'center', columntype: 'dropdownlist',
      createeditor: function (row, column, editor) {
                        var list = ['Type1', 'Type2', 'Type3];
                        editor.jqxDropDownList({ autoDropDownHeight: true, source: list, checkboxes: true });
      }, 
      cellvaluechanging: function (row, column, columntype, oldvalue, newvalue) {
                             if (newvalue == "") return oldvalue;
      }
    }
    

    enrique
    Participant

    Dimitar,
    Thank you for your support.

    And I hava one more question.
    I’m trying to add the new empty row and in that row, I want to render the Drop-Down list.
    (The new row is editable and when I input the value by selection in Drop-Down List. Can I do? How can I do?)

    Please Help me.


    enrique
    Participant

    In your demo, the 2nd level menu appears vertically.
    But I want to allocate it horizontally.

    For Example, in your demo History, Our Version, The Team, Client… are allocated vertically.
    That means ‘Our Version’ is below ‘History’ Menu.
    Like this ‘The Team’ is below ‘Our Version’…

    I’d like to make all the second menus locate horizontally.
    ‘History’ is on the left of ‘Our Version’ Menu and ‘Our Version’ is also on the left of ‘The Team’
    as the First Menu (About Us, Services, Contact Us)is shown.

    Do you understand me ? (I worry that you don’t..)

    I’m sorry I can’t attach the image file.

    Thank you.

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