tony

Forum Replies Created

Viewing 15 replies - 4,201 through 4,215 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Hello,

    First I think that this is problem of draggable and not of jqGrid.

    To work this IMHO you will need to specify the following options in the draggable: helper:”clone” and appendTo. You can look in grid.jqueryui.js of the method gridDnD in order to understand how is this organized.

    Regards

    Tony

    in reply to: createModal #90712
    tony
    Keymaster

    Hello,

    I suggest you to use the info_dialog function in grid.common.js. It exactley simulates the modal and have similar behaviour as dialog. Look at it and if you do not understand something I will answer. By the way I will try to document it.

    Best Regards

    Tony

    in reply to: JSONReader problem with jqgraph 3.6 #90711
    tony
    Keymaster

    Hello,

    Be a sure that you have replaced the language file too. It contain this information

    Regards

    Tony

    in reply to: Diferent Positionfor navGrid #90710
    tony
    Keymaster

    Hello,

    Yes, currently the navigator can be placed only above. I definitley will make a method to place the navigator in arbitrary place, but it will be available in 3.7 version

    Regards

    Tony

    in reply to: css problem with grid in IE7 #90709
    tony
    Keymaster

    Hello,

    In order to resolve I need a link to the problem. The reasons can be souple.

    Regards

    Tony

    in reply to: loadonce & hoverrows not working for me #90708
    tony
    Keymaster

    Hello,

    By default jqGrid create a title attribute, so if you have custom mouseover and etc, this attribute will be displayed.

    IMHO in gridComplete, before you call qtip you should remove the title attribute (also there is solution for this in the forum)

    It can look like (since of 3.6 you can use this in all grid events to refer to a grid):

    gridComplete : functon () {

    $(”td”,this).removeAttr(”title”);

    // do other stuff here

    });

    Regards

    Tony

    in reply to: Is there a requirement on the XML node order? #90707
    tony
    Keymaster

    Hello,

    Not sure, but maybe you will need first to look what you return when you sort. You will need to look at treeReader object in order to determine in which place should be the level element. By default it is in first place after all columns.

    Best Regards

    Tony

    in reply to: Printing a page with a TreeGrid using Firefox? #90706
    tony
    Keymaster

    Hello,

    To be a honest I never try to print, but maybe you will need to remove the screen attribute from jquery ui css.

    Regards

    Tony

    in reply to: “minLength” and “maxLength” #90705
    tony
    Keymaster

    Hello,

    You can add a custom validation.

    Regards

    Tony

    in reply to: Column Chooser Complete Callback #90704
    tony
    Keymaster

    Hello,

    Thanks. Good idea. Will think if I will include it.

    Best Regards

    Tony

    in reply to: Fixed Column #90703
    tony
    Keymaster

    Hello,

    It is not so easy. It is one of the planed feature for 3.7

    Regards

    Tony

    in reply to: Navigator Save to Server #90702
    tony
    Keymaster

    Hello,

    If you get the information server side you can sevae it to the datanase. It actually depend what you use – ASP, PHP, JSP and etc.

    Regards

    Tony

    in reply to: jqGrid and wcf issue #90701
    tony
    Keymaster

    Hello,

    Sorry I do not understand WCF, but if you maybe look here

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

    you will have idea what to do

    Regards

    Tony

    in reply to: Merge Cell and True Scrolling doubt #90700
    tony
    Keymaster

    Hello,

    Merging cells currently is hard to do.

    The scroll option is the same as in 3.4. The big difference is how you set it. If you set scroll:true it will behave as in version 3.4, but if you set it like scroll:1 it will behave like the demo.

    Regards

    Tony

    in reply to: stype=”select” search field name is wrong #90699
    tony
    Keymaster

    Hello,

    Aha, Thanks. Will be fixed.

    Regards

    Tony

Viewing 15 replies - 4,201 through 4,215 (of 7,981 total)

Stay connected with us in your favorite flavor!