admin

Forum Replies Created

Viewing 15 replies - 391 through 405 (of 635 total)
  • Author
    Replies
  • in reply to: Drag and drop plugin #89502
    admin
    Keymaster

    Hi

    Please can you post up an example of drag and drop row sorting along with the callback for updating the database?

    I would be very grateful.

    Thanks, Graham

    in reply to: Multiselect in TreeGrid #89501
    admin
    Keymaster

    Hi Tony!

    Thanx for the best jQuery datagrid plugin!

    Are there any plans to implement multiselect for TreeGrid mode? As far as I can see it is still not implemented, right?

    Or maybe someone can suggest some kind of workarrond (for example separate column with checkboxes with onclick events which will allow to select correspondent TreeGrid rows, is that possible)? That is very required for our project.

    Merci beforehand,

    Andrew TheBit Halyasovskyy

    in reply to: IE7/8 problem with jqGrid position #89499
    admin
    Keymaster

    I fixed it:

    in jqModal.js in line 41 open:function(s,t){…. change position:'fixed' to position:'absolute' and work fine

    Georgi 🙂

    in reply to: Request does resets after search #89498
    admin
    Keymaster

    Thank you in advance.

    I use the latest version

    3.5.3 and worked succeffuly

    Thanks again for your answer.

    Kostis

    in reply to: editable column is not posted as arg to the server #89491
    admin
    Keymaster

    hi tony, thanks for answering.

    Getting the initial onchange event to fire is not the problem that I am having.

    in reply to: First load and default value for drop down menu #89482
    admin
    Keymaster

    up

    in reply to: First load and default value for drop down menu #89440
    admin
    Keymaster

    Pete said:

    I think the format should be:

    editoptions: {value: “1:first,2:second”}

    You have a “;” where it should be a “,”


    No “;”

    The editoptions value must contain a set of value:label pairs with the value separated from the label with a colon (:) and ended with(;). Whichever you use, something like the following

    editoption: { value: “FE:FedEx; IN:InTime; TN:TNT” }

    I repeat my question: when grid load first time …

    in reply to: parsererror Status: OK Error code: 200 #89433
    admin
    Keymaster

    OK, if I understand well, a 200 error means the request has succeeded.

    admin
    Keymaster

    You may use an tag as data for column.

    in reply to: Dynamic Select from url #89424
    admin
    Keymaster

    Hi all! I'm now using dataUrl. It's succ works with XML.

    My example here:

    CGI scenario (perl)

    my $cgi = new CGI;
    print $cgi->header(“Content-type: text/xml;charset=windows-1251”);

    print “”;
    print '';
    print “alfa romeo”;
    print “ferrari”;
    print “fiat”;
    print '';

    JavaScript:

    {name:'car_name', index:'car', width:120, align:'center', editable:true, edittype:”select”, editoptions:{dataUrl:'cgi-bin/ccs_get_car.pl'}},

    in reply to: how to get the id of selrow? #89423
    admin
    Keymaster

    var id = $(“#grid”).getGridParam('selrow');

    in reply to: Add data to AJAX request #89422
    admin
    Keymaster

    Hi,

    I've worked out how to acheive this.

    jQuery("#gridid").jqGrid({
    ...

    in reply to: Grid hanging on loading?? #89420
    admin
    Keymaster

    I'm trying to just get the example to work.

    in reply to: editable column is not posted as arg to the server #89417
    admin
    Keymaster

    I had tried to get the data evnts working correctly before Tony, but the last line of the documention suggested to me that once the element has been loaded, it won't bother making a subsquent request to the server : “The event(s) are called only once when the element is created”.

    in reply to: horizontal scroll #89374
    admin
    Keymaster

    I think you just have to put the jqgrid property shrinkToFit: false. See the jqgrid documentation

    shrinkToFit boolean This option describes the type of calculation of the initial width of each column against with the width of the grid. If the value is true and the value in width option is set then: Every column width is scaled according to the defined option width. Example: if we define two columns with a width of 80 and 120 pixels, but want the grid to have a 300 pixels – then the columns are recalculated as follow: 1- column = 300(new width)/200(sum of all width)*80(column width) = 120 and 2 column = 300/200*120 = 180. The grid width is 300px. If the value is false and the value in width option is set then: The width of the grid is the width set in option. The column width are not recalculated and have the values defined in colModel. true
Viewing 15 replies - 391 through 405 (of 635 total)

Stay connected with us in your favorite flavor!