0

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

Gihan Lasita
  • 2,955
  • 13
  • 48
  • 65

1 Answers1

0

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.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798