-2

Is it possible to merge rows and columns dynamically based on our condition by using WebGrid. If possible how can i achieve it?

TIA

1 Answers1

0

The WebGrid renders as an HTML table. You can use JavaScript to alter that based on cell contents.

Mike Brind
  • 28,238
  • 6
  • 56
  • 88