tony

Forum Replies Created

Viewing 15 replies - 541 through 555 (of 7,981 total)
  • Author
    Replies
  • in reply to: Header grouping is offsetting columns #102075
    tony
    Keymaster

    Hello,

    It seems to be a css problem.
    Please use the latest jQuery UI. Also try to have only grid files in single page without to include other files and see if the problem persist.

    Regards

    tony
    Keymaster

    Hello,

    Thank you for the test case.
    I reproduce the problem. Will try to fix ASAP.

    Kind Regards
    Tony

    in reply to: Standart buttons in pager is missing.. one more time:) #102073
    tony
    Keymaster

    Hello,

    Put the navGrid method inside the document ready. The method is outside this and will not work.

    Regards

    in reply to: Search Field bug #102070
    tony
    Keymaster

    Hello,

    In navGrid search options set recreateFilter option to true.
    This will recreate the form and reread the colModel options before to show the search dialog.

    jQuery(“#list2”).jqGrid(‘navGrid’, ‘#pager2’,
    { edit: false, add: false, del: false },
    {},
    {},
    {},
    { multipleSearch: true, multipleGroup: true, showQuery: true, recreateFilter: true}

    Regards

    in reply to: setting focus on select during inline editing #102069
    tony
    Keymaster

    Thanks Oleg.
    I have merge this.

    Best Regards
    Tony

    tony
    Keymaster

    Hello,
    In order to do the full description can you please post the data which causes the problem?
    Thank you

    Regards

    tony
    Keymaster

    Hello,
    Unfortunately this is a limitation in the grid and depend on the browser.
    In order to fix we need to rewrite the code for virtual scrolling, but I’m not sure that this will be done in the near future.

    Kind Regards

    in reply to: Option to show line, row details #102063
    tony
    Keymaster

    Hello,

    It all depend what code is used and how you build the view.
    I can not help only if you describe the problem this way. Check your code in order to see why the field is not displayed.

    Regards

    in reply to: search toolbar problem.. #102062
    tony
    Keymaster

    Hello,

    Remove all css and custom setting in the css definition of the page.
    Include only jqgrid css and jquery ui css and try.
    If everything is ok include one by one the other css files in order to see which causes the problem.

    Regards

    in reply to: search toolbar problem.. #102059
    tony
    Keymaster

    Hello,

    I think that this is a css problem.

    Which version of jQuery UI is used (the CSS file of the UI)

    Regards

    in reply to: jqGrid Grouping error #102058
    tony
    Keymaster

    Hello,

    You have a typo error in your code. You do not have such field defined in colModel.

    You have

    { name: ‘TypePersonal’, index: ‘TypePersonal’, width: 55, align: “center” }],

    but you define

    groupField :

    tony
    Keymaster

    Hello,

    I have fixed the problem in GitHub here.

    This fix slow down the method when used multiple time in loop or in other ways.

    Regards

    tony
    Keymaster

    Hello,

    Thanks
    I confirm this. I will try to loop thought
    ind.cells
    and build a array with the raw data.
    Will let you know.

    Regards

    in reply to: [jqGrid 4.6] Possible paging bug with grouping #102055
    tony
    Keymaster

    Hello,

    Thanks for the investigation.
    Can you please post the full grid code and data?
    or I would prefer a link to the problem using the jqGrid source code and not obfuscated one.
    Thank you.

    Kind Regards
    Tony

    in reply to: hideCol disable D&D column #102054
    tony
    Keymaster

    Hello,
    I’m not sure that I can help when using this type of description.
    Please post your code or send a link to the problem.

    Regards

Viewing 15 replies - 541 through 555 (of 7,981 total)

Stay connected with us in your favorite flavor!