Is there way to add a message to jqgrid instead of subgrid?
in normal jqgrid which has subgrids, when user click on expand button it shows the subgrid
like that instead of subgrid is it possible to add a message?
Regards
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.
You can add any information on expanding of the subgrid. You should just implement the corresponding behavior in your subGridRowExpanded event handler. See the demo as an example from the answer.