Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Is it possible to merge rows and columns dynamically based on our condition by using WebGrid. If possible how can i achieve it?

TIA
Posted
Comments

1 solution

Yes, you can merge rows and columns dynamically. First you need to get Id of row or columns. You can get it by inspecting element of WebGrid.
Following links will you idea to achieve it.
http://jsfiddle.net/djhU7/4/[^]
http://stackoverflow.com/questions/28628273/merge-table-cells-using-jquery[^]
http://stackoverflow.com/questions/1294850/set-colspan-dynamically-with-jquery[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900