jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 65 total)
  • Author
    Posts
  • in reply to: Why does not support checkbox? Why does not support checkbox? #65621

    mustafa
    Participant

    hi peter
    ok
    .well
    Is this functionality being planned in the next upgrade? and Do you have any suggestion for me? because
    true false text seem so bad
    thanks

    in reply to: Why does not support checkbox? Why does not support checkbox? #65596

    mustafa
    Participant

    hello peter
    why? you don’t understand

    Yes I saw there CheckBox but
    but only for the row
    http://jsfiddle.net/jqwidgets/fhbLa/

    can I do for this cell? because columntype this does not working for treegrid..
    example grid
    { text: ‘Active’, datafield: ‘IsActive’, width: ‘5%’, threestatecheckbox: false, columntype: ‘checkbox’ },
    thank you


    mustafa
    Participant

    yes right I do like this
    $(“#update”).hide();

    but I just want to hide the sub rows

    in reply to: Why does not support checkbox? Why does not support checkbox? #65574

    mustafa
    Participant

    I do not understand you
    I have already looked into documents but no documents


    mustafa
    Participant

    I tried it but it not working

    function StructureTreeDataBind(data) {
        var dynamicNav = "";
        if (data != "undefined") {
            dynamicNav += '<ul>';
            for (var i = 0; i < data.length; i++) {
    
                dynamicNav += ' <li id=' + data[i].RootMenu_ID + ' class="mainMenu">';
                dynamicNav += '<span class="title">' + data[i].RootMenu_Name + '</span>';
    
                if (data[i].SubMenus != null) {
    
                    dynamicNav += '<ul class="sub-menu">';
    
                    for (var n = 0; n < data[i].SubMenus.length; n++) {
    
                        dynamicNav += ' <li id=' + data[i].SubMenus[n].SubMenu_ID + '>';
                        dynamicNav += '<span class="title">' + data[i].SubMenus[n].SubMenu_Name + '</span>';
                        dynamicNav += '</li>';
    
                        for (var s = 0; s < data[i].SubMenus[i].Elements.length; s++) {
                            dynamicNav += '<ul>';
                            dynamicNav += ' <li id=' + data[i].SubMenus[n].Elements[s].ElementID + '>';
                            dynamicNav += '<span class="title">' + data[i].SubMenus[n].Elements[s].ElementName + '</span>';
                            dynamicNav += '</li>';
                            dynamicNav += '</ul>';
                        }
    
                    }
                    dynamicNav += '</ul>';
                }
                dynamicNav += '</li>';
            }
            dynamicNav += '</ul>';
            $('#jqxTree').append(dynamicNav);
        }
    }
      <div id='jqxTree' style='visibility: hidden; float: left; margin-left: 20px;'>
                                </div>
       $(document).ready(function () {
            GetUserGroupStructures();
            $('#jqxTree').jqxTree({ height: '400px', hasThreeStates: true, checkboxes: true, width: '330px' });
            $('#jqxTree').css('visibility', 'visible');
           
        });

    I do not see the arrows and I select checkbox the sub menu, but not selected submenus

    in reply to: treegrid treegrid #65224

    mustafa
    Participant

    I found the problem
    I’m sorry my fault

    in reply to: listbox drag drop listbox drag drop #65214

    mustafa
    Participant

    OK I’ve seen demo..
    thank you

    in reply to: cellhover get columnName cellhover get columnName #61037

    mustafa
    Participant

    hello dimitar thank you answer

    in reply to: nested grid id select error nested grid id select error #60992

    mustafa
    Participant

    hi OK I found the problem
    thanks
    var selectedrowindex = nestedGrids[0].jqxGrid(‘getselectedrowindex’);

    in reply to: only decimal digits is changing only decimal digits is changing #60200

    mustafa
    Participant

    hello and When entering values decimal digit does not changing. Thanks!

    http://jsfiddle.net/Anatolium/eYcyG/34/

    in reply to: grid cellhover tooltip popup grid cellhover tooltip popup #59304

    mustafa
    Participant

    hi peter,

    I’m using already “async:false” for function

     cellhover: function (element, pageX, pageY) {
               
                var index = $("#CrewGrid").jqxGrid('hoveredrow');           
                var data = $('#CrewGrid').jqxGrid('getrowdata', index); 
    
                var personData = GetCrewHoverDetail(data.c_ID); // get hover row data
    
                $('#PopupName').val(personData.Crews[0].Name);
    
    }
    function GetCrewHoverDetail(crewId)
    {
    $.ajax({
            url: '/Crew/Crew/GetCrewDetail',
            type: 'POST',
            data: '{"crewId":"' + crewId + '","language":"' + language + '","authId":"' + window.loginId + '","owner":"' + owner + '"}',
            dataType: 'json',
            contentType: "application/json; charset=utf-8",
            async: false,

    and
    I’ve tried this. but did not work again

    What else could be the problem?

    in reply to: listbox get all items listbox get all items #58663

    mustafa
    Participant

    hi
    did you understandme me!
    I do not want to add two sources
    How can I add this here your html code?

      var source = {
     
                        datafields: [
                           { name: 'GroupName', type: 'string' },
                           { name: 'grp_ID', type: 'string' }
                        ],
                        localdata: result, >> returning data ( database )
                    };
                    var Adapter = new $.jqx.dataAdapter(source, {
                        autoBind: true

    If it is not possible…
    Or as in this example may be.(context menu)
    Is it possible for this ListBox?
    thank you

    http://www.jqwidgets.com/jquery-tree-with-context-menu/

    in reply to: listbox get all items listbox get all items #58648

    mustafa
    Participant

    thank you

    in reply to: listbox get all items listbox get all items #58647

    mustafa
    Participant

    hi nadezhda
    thanks for the reply
    but there is a problem !
    How do I merge with the source files?

    and I don’t want it to get fixed icon.. Does it run on mouse over?

          var source1 = [
                         { html: "<div style='height: 20px; float: left;'><img width='16' height='16' style='float: left; margin-top: 2px; margin-right: 5px; cursor: pointer;' src='/Content/img/Project/Delete.png' onclick='deleteItem(o)' /><span style='float: left; font-size: 13px; font-family: Verdana Arial;'>jqxNumberInput</span></div>", title: 'jqxNumberInput' },
                         { html: "<div style='height: 20px; float: left;'><img width='16' height='16' style='float: left; margin-top: 2px; margin-right: 5px; cursor: pointer;' src='/Content/img/Project/Delete.png' onclick='deleteItem(1)' /><span style='float: left; font-size: 13px; font-family: Verdana Arial;'>jqxProgressBar</span></div>", title: 'jqxProgressBar' },
                         { html: "<div style='height: 20px; float: left;'><img width='16' height='16' style='float: left; margin-top: 2px; margin-right: 5px; cursor: pointer;' src='/Content/img/Project/Delete.png' onclick='deleteItem(2)' /><span style='float: left; font-size: 13px; font-family: Verdana Arial;'>jqxCalendar</span></div>", title: 'jqxCalendar' }
                    ];
    
                    var source = {
     
                        datafields: [
                           { name: 'GroupName', type: 'string' },
                           { name: 'grp_ID', type: 'string' }
                        ],
                        localdata: result,
                    };
                    var Adapter = new $.jqx.dataAdapter(source, {
                        autoBind: true
                    });
                    $(".GroupList").jqxListBox({ source: source, displayMember: "GroupName", valueMember: "grp_ID", width: '200px', height: '250px', });
    in reply to: I cannot set date I cannot set date #57679

    mustafa
    Participant

    OK I found the problem
    thanks
    var EndDate = new Date(parseInt(activeContract.EndDate.substr(6)));

Viewing 15 posts - 31 through 45 (of 65 total)