tony

Forum Replies Created

Viewing 15 replies - 6,631 through 6,645 (of 7,981 total)
  • Author
    Replies
  • in reply to: UpdateGrid after edit #84665
    tony
    Keymaster

    Hello,

    use aftersavefunc in saveRow again with trigger(“reloadGrid”)

    Regards

    Tony

    in reply to: Is it possible to render local XML file in the grid #84664
    tony
    Keymaster

    Hello,

    If I see the code contributed from Peter Romianowski it seems that we can not use the pager. If you use this function you can easy add this functionallity by adding the neede parameters (like pager and other ) to the function and pass it to jqGrid when it is constructed.

    Regards

    Tony

    in reply to: Can’t select text if multselect true and multikey set #84663
    tony
    Keymaster

    Hello,

    To find and understand what is the problem a link to the page is recomended.

    You van e-mail me to: tony at trirand dot com.

    Regards

    Tony

    in reply to: Inline Edit – Behavior Issue with Hidden Column #84662
    tony
    Keymaster

    Hello Barry,

    Thank you for posting this issue. It seems that this module will better and better.

    1. You are right. This is the current behavior. I'm thinking what is right – to create a input elements of the hidden fields or not. What is your think about this?

    2. Thank you Fixed. The fix is around the line 69

    if( $t.p.colModel.hidden===true) { tmp[nm] = $(this).html(); }

    replace with

    if( $t.p.colModel.hidden===true) { tmp[nm] = $(this).html().replace(/\&nbsp\;/ig,''); }

    Regards

    Tony

    in reply to: Horizontal scrolling issue #84661
    tony
    Keymaster

    Hello Gius,

    Good catch. Thank you. I'm not sure if this fix is right since this every time (when horizontall scroll) set the column width with +40 px. Moreover we should be sure here that this column is visibile. And the last issue it does not work correct with IE6.

    I have a fix for this, but the only problem is that it does not work correct

    in reply to: Shrink in setGridWidth #84660
    tony
    Keymaster

    Hello Gius,

    Thank you for this. I will make additinal tests for this.

    Regards

    Tony

    in reply to: When is support for adjacency list model coming? #84646
    tony
    Keymaster

    Hello,

    If I have time will try for the 3.4 release, but it is not sure. I really like to implement this feature too.

    Best Regards

    Tony

    in reply to: inline editing with local array and row edit #84645
    tony
    Keymaster

    Hello,

    Do you mean grid as subgrid or pure subgrid? If you are in second case there are no methods to acces data from subgrid.If you are in first case this should work for the subgrid.

    Best Regads

    Tony

    in reply to: Is it possible to render local XML file in the grid #84644
    tony
    Keymaster

    Hello Mike,

    You will never have succes with this (in your case) if you use IE. IE does not like to read local xml files. If you use this in FF – all will be ok.

    I recommend you to check jQuery google group about this problem.

    Some hint from me:

    http://groups.google.com/group/jquery-en/browse_thread/thread/f4511a2bd796c492/3eda564564dd801e?lnk=gst&q=local+xml+ie#3eda564564dd801e

    Best Regards

    Tony

    in reply to: About sortorder #84643
    tony
    Keymaster

    Hello,

    Sorry , but I do not understand.

    Do you mean when we use local data? If we use server side sorting you server should care about this. If you use local data maybe you need to check the option sorttype in the docs.

    You can use onSortCol even to meet your needs.

    Best Regards

    Tony

    in reply to: tableDnD is not a function #84642
    tony
    Keymaster

    Hello,

    I'm sorry about this. It is not well documented.

    Also you should manually add the table drag and drop plugin in your head section.

    The name of plugin is jquery.tablednd.js , the jqDnR.js is plugin for drag and resizing modal windows.

    Best Regards

    Tony

    in reply to: datepicker not a function #84641
    tony
    Keymaster

    Hello,

    You should manually add the datepicker plugin and must be sure that it is loaded correctly. Add the plugin in head section of your html document.

    Regards

    Tony

    in reply to: Combobox dynamic in a subgrid #84640
    tony
    Keymaster

    Hello,

    If every time you want to populate the select when the form is open (i.e. if every time

    in reply to: Filter without click on the searchbutton #84630
    tony
    Keymaster

    Hello,

    Define your custom buton or link and then

    $(…).click(function() {

    $(“#mygrid”).searchGrid( params );

    })

    Seed docs for parameters

    Regards

    Tony

    in reply to: Column Wdith in IE #84629
    tony
    Keymaster

    Hello,

    Which version of IE you have. Also please download the last version. This problem was in previous versions.

    Regards

    Tony

Viewing 15 replies - 6,631 through 6,645 (of 7,981 total)

Stay connected with us in your favorite flavor!