tony

Forum Replies Created

Viewing 15 replies - 4,576 through 4,590 (of 7,981 total)
  • Author
    Replies
  • in reply to: Object doesn’t support this property or method in IE #89566
    tony
    Keymaster

    Mark,

    Thanks.

    Some history: The first releases of jqGrid come with the script as provided from you. This of course was before two years – so we do not have Sfari 4 and IE7 was just born. The script does not work correct with some IE6 and Safari versions < 4.

    (I do not have time to investigate why it work ok with some IE6 and for some does not)

    Instead I will put it again. (back to the future Wink )

    Thanks again.

    Best Regards

    Tony

    in reply to: Grid scrolls to top after selecting a cell #89565
    tony
    Keymaster

    Hello,

    I will test this, but the first that I see in the code is that a DOCTYPE declaration is missing:

    Please read this : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install

    Regards

    Tony

    in reply to: Currency & number format #89564
    tony
    Keymaster

    Hello,

    Since the nbsp is interpreted as empry value in jqGrid and the default value for the number and currenccy formatter is 0. Maybe you should put in formatoptions the defaultValue for number or change it in language file.

    Regards

    Tony

    in reply to: IE inserts over datastrings blank space #89548
    tony
    Keymaster

    Hello,

    Check your code. In the head section you do not close a script tag properly

    in reply to: jQuery complete-event after row-edit #89545
    tony
    Keymaster

    Hello,

    I do not think that this is a bug. Think a little.

    You have a global setup for ajax- complete, but this complete event is then overwriten by the particular one in saveRow method.

    Please read this

    http://docs.jquery.com/Ajax/jQuery.ajaxSetup#options

    Regards

    Tony

    in reply to: IE inserts over datastrings blank space #89544
    tony
    Keymaster

    Hello,

    How look your response. Could you please send me a link to the problem?

    Regards

    Tony

    in reply to: Currency & number format #89543
    tony
    Keymaster

    Hello,

    No special case. jqGrid by default insert this nbsp when there is no value.

    in reply to: custom unformat #89542
    tony
    Keymaster

    Hello,

    Load the language file grid.locale-XX.js before the jqGrid file.

    Regards

    Tony

    in reply to: Object doesn’t support this property or method in IE #89541
    tony
    Keymaster

    Hello,

    In some IE browsers you will have problems when you use the loader. Also load the needed modules in the head section of the html -one by one in order to work in all browsers.

    Reagrds

    Tony

    in reply to: Wrong ordering when hiddengrid=true #89540
    tony
    Keymaster

    Hello,

    Please post the code and the server response after you expand the grid.

    Regards

    Tony

    in reply to: Wrong variable was used inside setGridWidth method #89539
    tony
    Keymaster

    Hello,

    Thanks. Already fixed.

    Regards

    Tony

    in reply to: form editing delete – postdata #89537
    tony
    Keymaster

    Hello,

    you can use onclickSubmit event in order to post what you want. See docs.

    Regards

    Tony

    in reply to: cells bunched together in FF #89536
    tony
    Keymaster

    Hello,

    Could you please provide a link to the problem or using http://jsbin.com/ to post the html page code.

    Remember – full html page code.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    If you know the id of the row – it is easy:

    $(“#rowid”,”#gridid).css(…);

    or if you use classes

    $(“#rowid”,”#gridid).addClass(“myclass”);

    Regards

    Tony

    in reply to: Selecting Multi-Select Options on Edit Popup #89534
    tony
    Keymaster

    Hello,

    If you are in add mode you can use the defaultValue in edit option defined like this

    defaultValue : “1,3” or defaultValue : “One,Three” – both will work.

    If you are in edit mode alll depends on data in the grid.

    1. If the table cell is empty a defaultValue is used.

    2. If the table cell is not empty a comma separated values are accepted which are selected in the form

    So by example if the cell contain

    Two, Three – the second and third options will be selected.

    Reagrds

    Tony

Viewing 15 replies - 4,576 through 4,590 (of 7,981 total)

Stay connected with us in your favorite flavor!