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
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
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.