tony

Forum Replies Created

Viewing 15 replies - 5,716 through 5,730 (of 7,981 total)
  • Author
    Replies
  • in reply to: Is it possible to display images in column? #86706
    tony
    Keymaster

    Hello,

    Yes it is possible, but in this case you need to use CDATA.

    Regards

    Tony

    in reply to: sort not working #86705
    tony
    Keymaster

    Hello,

    Consult the documentation. You need to add a sorttype property (for datatype:'local')

    in reply to: datepicker in form edit #86704
    tony
    Keymaster

    Hello,

    You should define this in both add and edit – i.e you should have two onInitializeFor – one for the edit and another for the add actions

    Regards

    Tony

    in reply to: make checkbox checked #86703
    tony
    Keymaster

    Hello,

    I mean the data from server or from the array that is populated in the grid.

    Regards

    Tony

    in reply to: Search events #86702
    tony
    Keymaster

    Hello snobo,

    Thanks for this. Fixed.

    Regards

    Tony

    in reply to: 2 grids and only 1 pager works #86701
    tony
    Keymaster

    Hello,

    Did you try my approach above. The second populating can be in the fact that in some version of FireBug this can be happen. Also IMHO you code is clean.

    Regards

    Tony

    in reply to: Possible to resize columns? #86700
    tony
    Keymaster

    Hello,

    I think yes you can do it. You need to set a shrinkToFit to true or read the docs about all parameters in setGridWidth. You need just to try.

    Regards

    Tony

    in reply to: Hacking the jQuery-UI Theme Switcher #86699
    tony
    Keymaster

    Hello Steven,

    Thanks. Good catch. Will try to do this for the beta.

    I aggree with you about font sizes in the themes. The recommended approach of jQuery UI team is to use

    font-size: 62.5%;

    This approach IMHO is not good and it works if you load the page, but if you try to add dynamically a UI Widget it does not work. Example. If you have tab and try to add dynamically (via url) a accordion whitin tab you will have a destroyed font size for the accordion. Try it.

    This is the reason that I have set a fixed font size for all grids.

    Best Regards

    Tony

    in reply to: ContextMenu in jqGrid #86698
    tony
    Keymaster

    Hello,

    Thanks. Will add this in Integration section.

    Regards

    Tony

    in reply to: expand grid as height as rows #86697
    tony
    Keymaster

    Hello,

    Search the forum. One possible solution is to set:

    rowList : [10,20,50,*]

    Server side you can check for the passed parameter * and set all the rows.

    Regards

    Tony

    in reply to: Sorting Column #86696
    tony
    Keymaster

    Hello,

    I think yes. You can use onSortCol event to set the desired page when you sort.

    Regards

    Tony

    in reply to: Inline Cursor Style #86695
    tony
    Keymaster

    Hello,

    Added in the latest 3.5 alfa 3

    Regards

    Tony

    in reply to: Static column width option #86694
    tony
    Keymaster

    Hello,

    Try the new 3.5 version and set shrinkToFit : false.

    Rergards

    Tony

    tony
    Keymaster

    Hello,

    define afterShowForm event in del action like this:

    afterShowForm : function (tableid) {

    $(“#eData”,tableid).focus();

    }

    Regards

    Tony

    in reply to: Header – column alignment problem #86692
    tony
    Keymaster

    Hello,

    This is a known bug in 3.4.x releases. This is fixed in the 3.5.

    Regards

    Tony

Viewing 15 replies - 5,716 through 5,730 (of 7,981 total)

Stay connected with us in your favorite flavor!