how to add a message to jqgrid?
Is there way to add a me开发者_开发百科ssage 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.
精彩评论