tony

Forum Replies Created

Viewing 15 replies - 4,786 through 4,800 (of 7,981 total)
  • Author
    Replies
  • in reply to: per column css classes (colgroups?) #88730
    tony
    Keymaster

    Hello,

    Thanks for this.

    To be a honest setting colgroup is a little bit difficult. The problem is not that I can not do this. The problem is that colgroup have diffrent behaviours on diffrent browsers (espacially in FireFox, Safari and Chrome).

    Best Regards

    Tony

    in reply to: Navigate and select with keys #88729
    tony
    Keymaster

    Hello,

    You can use setSelection method (if you know the id of the first row) – it is better

    Regards

    Tony

    in reply to: How to set the tooltip? #88727
    tony
    Keymaster

    Hello,

    Do you have make consulattion with the documantation? Also use setCell method for this purpose.

    Regards

    Tony

    in reply to: Row background color #88726
    tony
    Keymaster

    Hello,

    Yes this is possible. See examples, there is such one.

    Regards

    Tony

    in reply to: Valid cell when row edit #88725
    tony
    Keymaster

    Hello,

    Thanks for this. Currently this is hard to do – i.e. you should add your checking direct into the code (module grid.common.js function

    in reply to: Field editable only when adding new record #88723
    tony
    Keymaster

    Hello,

    Before making the new row use setCol method to set this field editable.

    After saving and etc use the same method to set it not editable.

    Regards

    Tony

    in reply to: Jqgrid with button “add” #88722
    tony
    Keymaster

    Hello,

    Use addRowData method- see docs

    in reply to: Tool tips #88721
    tony
    Keymaster

    Hello,

    Use setCell method instead.

    Regards

    Tony

    in reply to: pager has odd calculated widths #88718
    tony
    Keymaster

    Hello,

    The fix is in GitHub.

    Regards

    Tony

    in reply to: jqGrid dynamic select option #88710
    tony
    Keymaster

    Hello,

    You forgot cellEdit:true

    Regards

    Tony

    in reply to: jqGridImport problem #88701
    tony
    Keymaster

    Hello,

    As I understand you try to import the new configuration on already created grid.

    Directly this is not possible. You should use a method to unload the grid, something like:

    jQuery(”#gridconfget”).click( function() {

    in reply to: navGrid position #88697
    tony
    Keymaster

    Hello,

    Currently not possible for 3.5 version – will be available in the next releases.

    Regards

    Tony

    in reply to: Array of hidden columns #88694
    tony
    Keymaster

    Hello,

    use getGridParam('colModel')

    and then walk throught this array to check for hidden property

    in reply to: Implementing only ui.core.js and datepicker.ui.js #88693
    tony
    Keymaster

    Hello,

    Use jQuery UI download builder to do this.

    Regards

    Tony

    in reply to: input type select master and slave in form editing #88692
    tony
    Keymaster

    Hello,

    As described in the docs the call in dataUrl is only once. You will need something like:

Viewing 15 replies - 4,786 through 4,800 (of 7,981 total)

Stay connected with us in your favorite flavor!