tony

Forum Replies Created

Viewing 15 replies - 2,461 through 2,475 (of 7,981 total)
  • Author
    Replies
  • in reply to: True scrolling and datatype function page load error #94559
    tony
    Keymaster

    Hello,

    Thanks for investigations.

    Also the scroll:1 is not supposed to work well with datatype function. There is a such discussion here.

    Also could you please download the 3.7 beta from GitHub and test instead if the problem is fixed.

    Best Regards

    Tony

    in reply to: Row ID Subgrid Bugs #94558
    tony
    Keymaster

    Hello,

    What you use grid as subgrid or “pure” subgrid?

    For the “pure” subgrid this should work.

    If you use grid as subgrid you should convert the id in appropriate way:

    See this:

    Forum

    Regards

    Tony

    tony
    Keymaster

    Hello Oleg,

    Thanks for the test case.

    Now why the masked plugin work in editing modules and does not work in searchFilter?

    The reason for this is that in editing modules we have “uniquie” id's where we bind the masked plugin and this work ok.

    Search Filter work little different.

    1. When we have custom dataInit and DataEvents we create a template for all these fields.

    2. When we select such one we activate the appropriate table row element.

    3. When we click the add button we clone the template and insert it after the active row.

    In order to ilustrate this:

    Create a form (not using jqGrid) something like this:

    Label

    Apply masked plugin to input of class= 'field1'

    jQuery(“.field1″).mask(“99.99″);

    Then clone the table row of class'myclass' and insert it before or after this row
    var row = jQuery(“.myclass”);
    var newRow = row.clone(true).insertAfter(row);

    See if the plugin will work – it will not work.
    This is a way that searchFilter works.

    In order to fix we should unbind all existing events of the cloned row elements and bind it again.
    Will try to fix this, but not in the upcomming 3.7

    Best Regards
    Tony

    in reply to: Navgrid not displaying icons #94542
    tony
    Keymaster

    Hello,

    Please read carfully the installation guide here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install

    You missed a lot of thisnfgs.

    1. You load the old theme CSS file

    2. You do not load jQuery UI theme

    Regards

    Tony

    in reply to: Highlighting of selected row and drag and drop issue. #94531
    tony
    Keymaster

    Hello,

    I think that the problem here is that you have a rows with equall id's. This will cause this behaviour.

    Regards

    Tony

    in reply to: set default value on select list #94530
    tony
    Keymaster

    Hello,

    Which version of jqGrid is used?

    Regards

    Tony

    in reply to: Cell autowidth #94529
    tony
    Keymaster

    Hello,

    This is not possible.

    Regards

    Tony

    in reply to: Problem with reload-Trigger #94528
    tony
    Keymaster

    Hello,

    It all depends how is your code organized and when and where you call

    $gird.trigger('reloadGrid');

    Regards

    Tony

    tony
    Keymaster

    Hello,

    This feature is not supported.

    Best Regards

    Tony

    in reply to: Sort Direction Not Displaying #94526
    tony
    Keymaster

    Hello,

    In order to work this you should include the appropriate jQuery UI theme css file.

    Refer here for installation:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install

    Regards

    Tony

    in reply to: Data not loading #94525
    tony
    Keymaster

    Hello,

    I'm not sure, but you must put the appropriate header before sending the data to the grid.

    For php this look like:

    header(“Content-type: text/xml;charset=utf-8″);

    Regards

    Tony

    in reply to: sopt (advanced search) not null option #94524
    tony
    Keymaster

    Hello,

    Thanks for this.

    Currently the way that this is organized is not good. There is a work on this, but the main purpose not to implement it is that we need to save the code of all existing users.

    Best Regards

    Tony

    in reply to: setting editurl and search #94523
    tony
    Keymaster

    Hello,

    The grid demo files contain a lot of examples with xml.

    Regards

    in reply to: close inline editing textfield #94522
    tony
    Keymaster

    Hello,

    I mean a code. Also if you use cell edit and the try to use a function which is for inline edit this will not work

    Regards

    Tony

    tony
    Keymaster

    Hello,

    You can do this

    jQuery('#gs_sector',”#gbox_grid”).val('stuff');

    where the “grid” is the id of the grid.

    Regards

    Tony

Viewing 15 replies - 2,461 through 2,475 (of 7,981 total)

Stay connected with us in your favorite flavor!