jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 51 total)
  • Author
    Posts

  • lineker
    Participant

    H,

    Now it can be done by changing loadtext attribute at file jqxgrid.js


    lineker
    Participant

    Hi Peter,

    I know is displayed defaultly but unfortunately, it is not displayed at chrome at my project

    in reply to: pagesize and total pagesize and total #23216

    lineker
    Participant

    Hi

    I found the solution. I am using virtual mode but filter options are denone by me manually as follow;

    $(“#reportgrid”).on(“sort”, function (event) {
    ……
    }

    in reply to: pagesize and total pagesize and total #23208

    lineker
    Participant

    Hi,

    Is not there any solution for this.
    The thing I want is very basic

    I want to see total at my grig pagind but at the same time I want grid filter to work

    in reply to: Manipulate json data Manipulate json data #23206

    lineker
    Participant

    I wrote wrong,

    Here my json data is:

    {“success”:true,”total”:5,”branch”:[{“Branch”:”BATI MARMARA”,”BranchID”:”212″},{“Branch”:”DOĞU MARMARA”,”BranchID”:”216″},{“Branch”:”ADANA”,”BranchID”:”322″},{“Branch”:”ANKARA”,”BranchID”:”312″},{“Branch”:”İZMİR”,”BranchID”:”232″}]}

    I write below code:

    alert(dataSourceFilterBranch.branch[0].Branch);

    It gives below error:

    TypeError: dataSourceFilterBranch.branch is undefined

    in reply to: Manipulate json data Manipulate json data #23205

    lineker
    Participant

    Hi,

    my json data is below:

    {“success”:true,”total”:5,”act”:[{“Branch”:”BATI MARMARA”,”BranchID”:”212″},{“Branch”:”DOĞU MARMARA”,”BranchID”:”216″},{“Branch”:”ADANA”,”BranchID”:”322″},{“Branch”:”ANKARA”,”BranchID”:”312″},{“Branch”:”İZMİR”,”BranchID”:”232″}]}

    I am writing below code

    alert(dataSourceFilterBranch.prd_rec[0].Branch);

    It gives below error :

    TypeError: dataSourceFilterBranch.prd_rec is undefined

    in reply to: pagesize and total pagesize and total #23115

    lineker
    Participant

    Hi Peter,

    Is there any solution for this?

    in reply to: pagesize and total pagesize and total #22986

    lineker
    Participant

    Hi Peter,

    Thanks for link.
    I applied it but there is a problem.
    To be able to do it I am adding below code to my grid but this time filterable options, sort by ascending, descending dont work!

    virtualmode: true,
    rendergridrows: function()
    {
    return dataAdapterGrid.records;
    },*/

    in reply to: Localization Localization #22056

    lineker
    Participant

    Hi Peter,

    I used both of them below but it did not work

    localizationobj.loadtext = “Yüklüyor”;
    localizationobj.loadtextstring = “Yüklüyor”;

    in reply to: checkAll – checkIndex checkAll – checkIndex #20705

    lineker
    Participant

    Hi,

    I found reason. I am using json as source datatype but array is used demo page!

    in reply to: checkAll – checkIndex checkAll – checkIndex #20704

    lineker
    Participant

    Hi,

    When I used method and bindingComplete as follow, it workrf


    $(“#pcategory”).on(‘bindingComplete’, function (event) {
    $(“#pcategory”).jqxComboBox(‘checkAll’);
    });

    But how? At demo page, it works although it is not used at bindingComplete!!

    in reply to: Value-Label Value-Label #20587

    lineker
    Participant

    Hi,

    I found solution with binding it with json using displayMember, displayValue properties.

    in reply to: Value-Label Value-Label #20566

    lineker
    Participant

    Hi,

    I read documents but I could find solution.
    Here my code is

    var fruitList = {
    5 : ‘Apple’,
    7 : ‘Orange’
    };

    $(“#fruitcombo”).jqxComboBox({ source: fruitList , width: ‘200px’, height: ’25px’,});

    $(‘#fruitcombo’).bind(‘select’, function (event) {
    var item = $(‘#fruitcombo’).jqxComboBox(‘getSelectedItem’);
    alert(item.label);
    alert(item.value);
    });

    When I select Apple from combobox, I see Apple at alerts for both value and label.
    But I want to see 5 at alert popup as value.
    How can I do it?

    in reply to: Databind Databind #20493

    lineker
    Participant

    Hi Peter,

    Thanks! It worked

    in reply to: Databind Databind #20479

    lineker
    Participant

    Hi Peter,

    The reason is 2nd one.
    But there is no chance define processdata after grid definition?
    So this means that I can’t pass value of items to url defined at rendertoolbar callback of jqxgrid?

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