Answer in Custom jQGrid post action adds custom button to end of action buttons using appendTo().
How to add buttons befor action buttons ?
I tried to replace appendTo() with before() and prepend() but in this all buttons disappear.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried to use
prependToinstead ofappendToand all works. To be exactly I usedThe corresponding demo displays
I added additionally the CSS
for small improvement of the hovering corresponds the the bug fix which already implemented in jqGrid 4.3.2.
UPDATED: The current version of free jqGrid supports easy way to implement custom buttons. See the demo.