zenixgrace

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Author
    Replies
  • in reply to: Issue frozen column with userDataOnFooter option #101656
    zenixgrace
    Participant

    Hi Amb52,

    It's not an issue.

    The newest version still doesn't support it.

    in reply to: Issue frozen column with userDataOnFooter option #101105
    zenixgrace
    Participant

    Hi Tony,

    Uppss. Sorry for the missing documentations.

    I haven't read the limitations section.

    Thanks for the information.

    Warm Regards,

    zenixgrace
    Participant

    OlegK said:

    P.S. Please use always jquery.jqGrid.src.js instead of jquery.jqGrid.min.js

    zenixgrace
    Participant

    Hi Oleg,

    I try to make some example code.

    Here is the link.

    Hope this can help.

    Warm Regards

    in reply to: Bugs in inlineNav Edit Button #101002
    zenixgrace
    Participant

    Hi Tony,

    Here's for the step (go to the inline navigator demo sample page):

    1. Click add button at the bottom navigation. Now grid will add a new row at the top of row.

    2. Click another row without click the cancel button at the bottom navigation (ex: I click row that have inv no 13). The highlight class should be in the row that have inv no 13 and the row at the top will disapprear.

    3. Click edit button at the bottom navigation. I think the row that have Inv No 13 should be editable because the higlight class is already at there, but I have to click the row that have no 13 again and click the edit button at the bottom navigation to make it editable.

    Sorry for my bad english. I hope this explanation is clear.

    Warm Regards,

    in reply to: Bugs in inlineNav Edit Button #101000
    zenixgrace
    Participant

    Hi Tony,

    I use the latest bundle 4.5.0. But the issue is still there.

    Warm Regards

    in reply to: Bugs in inlineNav Edit Button #100990
    zenixgrace
    Participant

    Hello Tony,

    I can't find the fixed in Github.

    I just find the fixed for add inlinenav.

    Warm Regards,

    in reply to: JQGRID 4.40 Search Nothing Happens #99993
    zenixgrace
    Participant

    Grausam said:

    I am having the same problem.

    I modified jqgrid.src at line 6878 function showFilter(_filter)

    function showFilter(_filter) {

    showFrm = $($t).triggerHandler(“jqGridFilterBeforeShow”, [_filter]);

    console.log(“shwFrm:”,showFrm);

    if(typeof(showFrm) === “undefined”) {

    showFrm = true;

    }

    if(showFrm && $.isFunction(p.beforeShowSearch)) {

    console.log(“calling before show search, showFrm is now:”, showFrm);

    showFrm = p.beforeShowSearch.call($t,_filter);

    console.log(“function called, showFrm is now:”, showFrm);

    }

    if(showFrm) { … }

    This produces:

    shwFrm:

    in reply to: cellEdit Keyboard Navigaion doesn’t work #99680
    zenixgrace
    Participant

    yeahh i hope so..

    but i believe jqGrid Team can fixed that soon..

    LaughLaughLaughLaughLaugh

    in reply to: cellEdit Keyboard Navigaion doesn’t work #99524
    zenixgrace
    Participant

    Hi Tony,

    i try to debug with firebug..

    i have some issue when $t.p.knv is show when click a row, seem like it's has a keydown function in jquery 1.6.4 but not in v1.7.0+

    i think that code in grid.celledit.js is not work in v1.7.0+ :

    in reply to: cellEdit Keyboard Navigaion doesn’t work #99523
    zenixgrace
    Participant

    Hi Tony,

    i try to indenticate the problem with use ur suggestion (use only grid files and css)

    but the result is same (navigation key isn't work)

    i already found the problem.

    the problem is the version in jquery.js

    celledit navigation keys is not support in jquery 1.7 +, but work well in jquery 1.6.4 –

    will it fix soon?

    Best Regards,

    zenixgrace

    in reply to: How to make server side validation in inline nav jqgrid #99432
    zenixgrace
    Participant

    hi Oleg,

    Yeah you true..

    i only add async: false, and it's work

    i read ur answer in stack overflow, and it's work but i have a some problem

    save and cancel nagivation button is not disable when the dialog is show or close.

    am i must disable it manually?

    i use inlinenav in this case..

    here is my code:

    in reply to: How to make server side validation in inline nav jqgrid #99422
    zenixgrace
    Participant

    no body can help me

    Cry

    in reply to: How to make server side validation in inline nav jqgrid #99383
    zenixgrace
    Participant

    any body can help me?

    Cry

    in reply to: How to make server side validation in inline nav jqgrid #99378
    zenixgrace
    Participant

    Hi All,

    i use custom function to make validation but i have some problem at here..

    error message it always show “custome function should return array”

    seem like it's show before ajax request success..

    can someone help me to fix this out or have any way to make a server side validation?

    my grid configuration is like that :


Viewing 15 replies - 1 through 15 (of 26 total)

Stay connected with us in your favorite flavor!