tony

Forum Replies Created

Viewing 15 replies - 5,341 through 5,355 (of 7,981 total)
  • Author
    Replies
  • in reply to: Row Counts / Paging #87519
    tony
    Keymaster

    Hello,

    I like the simples solutions too 🙂

    Regards

    Tony

    in reply to: help button in titlebar #87518
    tony
    Keymaster

    Hello,

    You can put a toolbar after the caption and put here a button. See demos – custom toolbars. Another solution is just to set

    caption: 'My caption ' +'',

    in the grid options and then attach a click action for this button.

    Regards

    Tony

    in reply to: Display data from two columns in ONE jqGrid column #87515
    tony
    Keymaster

    Hello,

    I think that there is a simple solution.

    Server side you can combine the data from the two columns to one and put this data in the grid.

    Regards

    Tony

    in reply to: jqGrid with an editable checkbox column #87514
    tony
    Keymaster

    Hello,

    Actually this is the way – creating custom formatter.

    Regards

    Tony

    in reply to: add / edit records #87513
    tony
    Keymaster

    Hello,

    Thanks. I see where is the problem – in the definition of the name property.

    Actually it is a bug. Permanently you should use non doted name i.e replace

    name:'t.id' with name:'id' – do this for all fields

    Regards

    Tony

    in reply to: Select Populated from DB #87510
    tony
    Keymaster

    Hello,

    Thanks Renso.

    Also the new option dataUrl can be used too – which I recommend.

    Regards

    Tony

    in reply to: Problem with Integrated Search Toolbar #87509
    tony
    Keymaster

    Hello koni,

    Could you please try 3.4.4 where this is fixed.

    Regards

    Tony

    in reply to: help button in titlebar #87508
    tony
    Keymaster

    Hello,

    I do not understand. Where do you want to put image in the grid title bar or in the menu which appear when you right click?

    If this is in the menu plugin – please refere to the authors plugin page how to do this. There is such example.

    Regards

    Tony

    in reply to: editoptions and special characters #87507
    tony
    Keymaster

    Hello,

    The key value should not be enclosed in ''

    Regards

    Tony

    in reply to: select checkbox #87506
    tony
    Keymaster

    Hello,

    1. Use the formatter

    2. Use afterInsertRow event with setRowData methods

    Regards

    Tony

    in reply to: Grouping Without Subgrids #87505
    tony
    Keymaster
    in reply to: Help With Formatting Issues #87504
    tony
    Keymaster

    Hello,

    I order to resolve this I need a link to the problem, or if this is not possible, please send me the entry html file, again with all other files used with them.

    Regards

    Tony

    in reply to: Expand Grid Button Left-Aligned? #87503
    tony
    Keymaster

    Hello,

    You can apply this in your style which should be after the ui.jqgrid.css.

    overwriting these properties

    .ui-jqgrid .ui-jqgrid-title { … }

    .ui-jqgrid .ui-jqgrid-titlebar-close { …}

    in appropriate way

    Best Regards

    Tony

    in reply to: Inline Add #87502
    tony
    Keymaster

    Hello,

    use addGridRow method with empty or some default values and then apply inline edit to that row.

    Regards

    Tony

    in reply to: additional row data – how? #87501
    tony
    Keymaster

    Hello,

    Do you have read carefully the changes.txt where

    – the showLink now can accept custom name for the id The parameter is idName :

Viewing 15 replies - 5,341 through 5,355 (of 7,981 total)

Stay connected with us in your favorite flavor!