pako

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Author
    Replies
  • in reply to: Initially search some column like filterToolbar #94413
    pako
    Participant

    ok, found the solution:

    setTimeout(function() {$('#gs_Status').val('Open');$(“#eventsGrid”)[0].triggerToolbar()},500);

    in reply to: Problem witch add some custom elements in searchToolbar #92668
    pako
    Participant

    Ok, I do myself, maybe this help someone.

    $('.ui-search-toolbar th div').eq(8).append(“”);
    $('#checkAllAdd').click(function(){

    in reply to: Sending wrong paramerer via ajax (delData) after reload grid #92380
    pako
    Participant

    Ok, I've update to the latest jqGrid 3.6.2 and looks like this bug has fixed, works great

    in reply to: Reload grid after saving to database #89585
    pako
    Participant

    Sorry, I forget telling that I use inline edit instead of form edit.

    I also try something like this:

    onSelectRow:

    in reply to: GRID NOT SHOW IN INTERNET EXPLORER ERROR Object Expected #88914
    pako
    Participant

    Ok, forget about problem.

    The only problem I have is php file which generate xml output have session time limit which in IE expired sÄ… no xml file could be loaded.

    W wrote this so maybe someone have similar problem with ERROR Object Expected

    in reply to: GRID NOT SHOW IN INTERNET EXPLORER ERROR Object Expected #88909
    pako
    Participant

    Hi Tony, I have the same problem, IE7 & jqGrid 3.5.2 Object expected, I see table but none of date has shown (only in IE) FF, Opera, Chrome works great. I know IE have a problem with some comma's in the end, but I checked my all code I don't have unwanted comma. do you have any idea? I use jquery 1.3.2 mininied

    Regards

    Paul

    in reply to: Custm forms and GridToForm problem #83236
    pako
    Participant

    Hi Tonny,

    Yo don't understand me. In the cell I advisedly truncated text and put a linkt in the same cell (with gridToForm method) to put whole (not truncated text into a form near the grid). Is it possible? Text is truncated by javascript not php.

    Regards

    Paul

    in reply to: Custm forms and GridToForm problem #83230
    pako
    Participant

    Thank

    in reply to: Problem with v.3.2.1 and method POST->GET #82886
    pako
    Participant

    I know, I have firebug, earlier, when I have iqgrid 3.2 data have been posted by POST, and now, the same data is posted by GET. I solve this problem in php, i write a function which get data from POST and GET:)

    Thanks,

    Paul

    in reply to: Problem with v.3.2.1 and method POST->GET #82881
    pako
    Participant

    Hi Tonny,

    I don't know how it happend but in my file “server.php” I get all the data from grid by $_POST[] (until 3.2 version) when I update file to 3.2.1

    in reply to: Changed background color of row depending from some value #82786
    pako
    Participant

    Yes, I know that, it can be only one id with the same name in one page

    Thanks

    Paul

    in reply to: Changed background color of row depending from some value #82783
    pako
    Participant

    Thanks, a lot Tony,

    It works great, everything is ok

    Regards

    Paul

    in reply to: Changed background color of row depending from some value #82781
    pako
    Participant

    Hi, Tony,

    So, is there any way to do that?

    calling

    jQuery(“#list”).setCell(rowid,'name_of_col','',{'background-image':'url(../js/themes/basic/images/some_bg.jpg)', color: 'red'});

    will change background in only one cell, is there any posiible to change whole row with some val (except typing line above x times, where x is number of column)

    Thanks,

    Paul

    in reply to: How to show initially hidden column? #82751
    pako
    Participant

    I have checked, and really I have a comma after the last position in colModel, when I removed it, the problem with IE disapeared but still, don't show column with attr. hidden:true, when clicking on link showCol (only on Opera everything is ok) I have no idea what is wrong

    in reply to: How to show initially hidden column? #82747
    pako
    Participant

    Hmm, everything is ok, look,
    – Everything is ok when I have only two buttons (showCol and hideCol) and column initially shown (without hidden:true attr in colModel)

    – If I add hidden:true attr. in colModel, button with showCol doesn't work.
    And for more fun, I have checked that on 3 browsers. The problem above is on FF 3.0, on IE 6.0 grid even don't load any of data, but show alert (Length of colNames colModel or 0!
    Only on Opera that code works fine. What browser do you use?

    Regards Paul

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

Stay connected with us in your favorite flavor!