tony

Forum Replies Created

Viewing 15 replies - 5,161 through 5,175 (of 7,981 total)
  • Author
    Replies
  • in reply to: DnD betwen 2 tables #87914
    tony
    Keymaster

    Hello,

    I'm currently experimenting with jQuery UI drag and drop – not bad results for now.

    Regards

    Tony

    in reply to: action of clearGridData() #87913
    tony
    Keymaster

    Hello,

    There is no problem to do this automatically, but in most cases we place some texts in the footer which I think they should not be deleted. Instead use footerData method (see docs) to clear the needed values on footer.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Could you please play with the following two parameters for the edit or add dialog.

    height and dataheight – see the docs. Both can be set to 'auto', but for you purpose you can experiment.

    Regards

    Tony

    in reply to: TreeGrid height: ‘auto’ #87911
    tony
    Keymaster

    Hello,

    Is this only in IE?

    Regards

    Tony

    in reply to: JSON Adjacency Tree Grid sorting & filterToolbar #87910
    tony
    Keymaster

    Hello,

    You can download the fixes fro GitHub. All should be OK. Also confirmed from other users.

    Regards

    Tony

    in reply to: French Locale #87905
    tony
    Keymaster

    Hello,

    Please send me the file to tony at trirand dot com in order to update it in the upcomming bug fix.

    Please note that it should be in utf-8

    Thanks

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks.

    1. Fixed in GitHub.

    2. Could not reproduce. Where you put hidden 'attribute'? if you call hidden:'true' it will not work. Try:

    colModel : […{name:'myname', hidden : true,…},…]

    Regards

    Tony

    in reply to: Sorting in adjacency JSON autoloaded treegrid #87895
    tony
    Keymaster

    Hello,

    Thanks.

    See this

    Forum

    Regards

    Tony

    in reply to: JSON Adjacency Tree Grid sorting & filterToolbar #87894
    tony
    Keymaster

    Hello,

    Thanks

    The bug is fixed in the GitHub.

    Next week I will publish a bug fix release.

    Thanks again

    Regards

    Tony

    in reply to: Autowidth/Autoheight and IE problems #87867
    tony
    Keymaster

    Hello,

    Could you please look this:

    jqGrid 3.5 beta

    and let me known if this resolve the problem.

    Also here is the message:

    For those of you having problems when you only have one row, and the scrollbars appear on Internet Explorer, here is a quick hack… just add it on some function (like updatepager() on grid.base.js

    if ($.browser.msie) {
    $a = $(’.ui-jqgrid .ui-jqgrid-bdiv’);
    $a.css(’padding’, ‘0 0 15px 0′);
    if(ts.p.height == ‘100%’){
    $a.css(’overflow-y’, ‘hidden’);
    }
    }

    Regards

    Tony

    tony
    Keymaster

    Hello,

    This is fixed in GitHub. The problem IMHO is in jQuery. IE8 interpret the display propery as table-row, where the toggle does not work correcly. Also using the old show and hide.

    Regards

    Tony

    in reply to: Word wrap support #87872
    tony
    Keymaster

    Hello,

    In your example you should add DOCTYPE declaration

    IE will not work at all in your case – it is in quircks mode

    Regards

    Tony

    in reply to: Custom formatter not working #87871
    tony
    Keymaster

    Hello,

    Could you please read the changes.txt – some thing are changed in 3.5

    Thanks

    Reagrds

    Tony

    in reply to: Javascript errors #87870
    tony
    Keymaster

    Hello,

    Look at src directory of the downloaded zip

    Reagrds

    Tony

    in reply to: navGird is not displayed… #87863
    tony
    Keymaster

    Hello,

    Be a sure that all the needed modules are loaded – especially grid.formedit.js – See docs – installation

    Regards

    Tony

Viewing 15 replies - 5,161 through 5,175 (of 7,981 total)

Stay connected with us in your favorite flavor!