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
Hello,
Thanks for this. I will consider this feature to be included.
Best Regards
Tony
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
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
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
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
Hello,
Thanks. Will check this.
Best Regards
Tony
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
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
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
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
Hello,
I suggest you in this case to use datatype as function. The code can look like this
jQuery(“#listdt”).jqGrid({
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
Hello,
In the same link you will see
Hello,
We plan this feture for 3.7 release.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top