tony

Forum Replies Created

Viewing 15 replies - 6,031 through 6,045 (of 7,981 total)
  • Author
    Replies
  • in reply to: saveRow Function #86021
    tony
    Keymaster

    Hello,

    In order to work this the new added rows should have a attribute editable=1 – i.e the table row should have attribute editable=1

    Regards

    Tony

    in reply to: grid for details #86020
    tony
    Keymaster

    Hello,

    I think it is possible, but you will need to add custom code for the first colum (coloring and etc) using the availble events (like afterInsertRow or gridComplete)

    Regards

    Tony

    in reply to: How to save data with custom forms #86019
    tony
    Keymaster

    Hello,

    In this case you should make your own ajax to save the data from the form to the server. If you have custom form you should have custom ajax (it is simple)

    Regards

    Tony

    in reply to: Example how to use addJSONData #86018
    tony
    Keymaster

    Hello,

    Look at the examples – If I look right now you should do:

    eval and not parse – i.e

    $(”#list”)[0].addJSONData(eval(“(“+mystring+”)”));

    Regards

    Tony

    in reply to: Internet Explorer problem. Anyone help pls! #86017
    tony
    Keymaster

    Hello,

    Before to pass this in jqGrid try to see what is when you do this in IE7

    var myjsonarr = eval(“(“+mystr+”)”);

    This should produce a json object, but I see emty cell – ie cell:[],

    Try to put emty data here instead that this should be empty.

    Regards

    Tony

    in reply to: Reload After Edit #86016
    tony
    Keymaster

    Hello,

    See docs how to pass this.

    Fomething like this

    var myaftersave = function(rowid, response) {

    // here your code

    }

    and then

    ….editRow(rowid,false,'','','','',myaftersave)

    Note that you do not need to call it with params

    Regards

    Tony

    in reply to: Cell edit – space after click #86015
    tony
    Keymaster

    Hello,

    Do not understand what is thep roblem, but…

    When we have empty cell jqGrid add nbsp in order to show borders (IE bug).

    When the cell is edited (in all edited modules) the empty cell is converted to empty string and when we save empty value we again add nbsp.

    Some databases like PostgreSql add spaces when you use db type of type char.

    Regards

    Tony

    in reply to: Celledit “leaking” edit boxes? #86014
    tony
    Keymaster

    Hello,

    Do you have any other content within a cell? I mean other html tags.

    Regards

    Tony

    in reply to: setcolumns() issues #85993
    tony
    Keymaster

    If possible send me a link – otherwiese I can't help.

    Regards

    Tony

    in reply to: Change grid parameters later #85992
    tony
    Keymaster

    Hello,

    The function can be extended. You can pass to the function additional parameter – where the grid properties can be extended.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Use 3.5 version of jqGrid

    Regards

    Tony

    in reply to: datepicker ui #85990
    tony
    Keymaster

    Hello,

    In your head section after you load the datepicker css set

    .ui-datepicker : {zIndex:1200;}

    Edit:

    The above code is wrong. We should as Nathan say:

    .ui-datepicker {zIndex:1200;}

    in reply to: Setting grid parameters when using jqGridImport #85989
    tony
    Keymaster

    Hello,

    Good idea, something like before constructing

    in reply to: Sending and extra parameter with editurl #85988
    tony
    Keymaster

    Hello,

    Whne you cahnge the date field use setGridParam to set the new editurl

    Regards

    Tony

    in reply to: cell wraps text after showCol #85987
    tony
    Keymaster

    Hello,

    It is a common problem in IE. This bug is also present in 3.5 version of jqGrid. We search for solution.

    Regards

    Tony

Viewing 15 replies - 6,031 through 6,045 (of 7,981 total)

Stay connected with us in your favorite flavor!