tony

Forum Replies Created

Viewing 15 replies - 3,871 through 3,885 (of 7,981 total)
  • Author
    Replies
  • in reply to: Multiple Column Sorting #91451
    tony
    Keymaster

    Hello,

    There is no plan for this feature, but we consider a possibilty to define custom sort function where you can do define this behaviour.

    Best Regards

    Tony

    in reply to: jqGrid for RESTful Rails #91450
    tony
    Keymaster

    Hello,

    Thanks for this. I will consider this feature to be included.

    Best Regards

    Tony

    in reply to: search button doesn’t work in Firefox and Chrome #91449
    tony
    Keymaster

    Hello,

    I see you have set custom classes for the buttons right?

    I think that here is the problem,

    Remove the classes from the definition and check

    Regards

    Tony

    in reply to: Problems with Search Filter with stype:select #91448
    tony
    Keymaster

    Hello,

    I could not reproduce this bug. I have set in may system the properties posted here, but it works ok for me.

    Also do you have any other setting and events for this field. The sopt array is builded befor checking the stype property.

    Best Regards

    Tony

    in reply to: Damaged File (in Download) #91446
    tony
    Keymaster

    Hello Klaus,

    Thanks. Yes there is a such symbol and it depend where you use the files. Typically these are generated from MAC OS system. Also the autor of the plugin uses MAC. For me for now no problems.

    Instead I have corrected the download. Could you please check it?

    Best Regards

    Tony

    in reply to: afterSubmit Event not working #91445
    tony
    Keymaster

    Hello,

    Sorry to say this for 10000…. time – did you have read the documentation carefully?

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow

    The text say:

    fires after response has been received from server. Typically used to display status from server (e.g., the data is successfully saved or the save cancelled for server-side editing reasons). Receives as parameters the data returned from the request and an array of the posted values of type id=value1,value2.
    When used this event should return array with the following items [success, message, new_id]
    where
    success is a boolean value if true the process continues, if false a error message appear and all other processing is stoped.
    new_id can be used to set the new row id in the grid when we are in add mode.
    afterSubmit : function(response, postdata)
    {

    return [succes,message,new_id]
    }

    Regards

    Tony

    in reply to: formatter select problem #91412
    tony
    Keymaster

    Hello,

    Thanks. Will check this.

    Best Regards

    Tony

    in reply to: altRows not working #91411
    tony
    Keymaster

    Hello,

    Check to see in FireBug if you have in the rows the class “ui-priority-secondary” if altrows is true.

    If you have this class the the undelaing theme does not have diffrent colors for the altrows.

    Also which version do you use?

    Best Regards

    Tony

    in reply to: tableToGrid with pageing #91410
    tony
    Keymaster

    Hello,

    Since in this case we are in datatype local, currently this is not possible. The feature is planed for 3.7 release.

    Best Regards

    Tony

    in reply to: Reqest simple edit records PHP Example #91409
    tony
    Keymaster

    Hello,

    Thank you for this, but this is just examples. Since jqGrid is independend from the server side language it is out of the docs to provide such examples and tuturials for PHP. What would the say people using JSP, ASP and other?

    Regards

    Tony

    in reply to: Dialog for column rename #91408
    tony
    Keymaster

    Hello,

    What you mean for renaming the name – the name from colModel or the label in the header.

    If you are in second case the is example for this. You will need to use setLabelMethod. Check the docs.

    Best Regards

    Tony

    in reply to: handle json data with root element #91406
    tony
    Keymaster

    Hello,

    I suggest you in this case to use datatype as function. The code can look like this

    jQuery(“#listdt”).jqGrid({

    in reply to: formatter:’select’ #91405
    tony
    Keymaster

    Hello,

    All editing modules includiing celledit use the same function for creating the element – i.e. dataUrl option too.

    Check in FireBug what is the response when you edit a cell, or maybe you forgot in colModel to add edittype : 'select' for the grid with cell editing.

    Regards

    Tony

    in reply to: adding custom parameters to the grid #91404
    tony
    Keymaster

    Hello,

    In the same link you will see

    in reply to: Jqgrid header row(s) ? #91403
    tony
    Keymaster

    Hello,

    We plan this feture for 3.7 release.

    Regards

    Tony

Viewing 15 replies - 3,871 through 3,885 (of 7,981 total)

Stay connected with us in your favorite flavor!