I am working on WebGrid of MVC with jquery, Here in my grid, there is comment column which has more text in it which is creating a scroll.
I want to give a show more or show less link in this grid.
How Can I do it.
Here is my grid
I am working on WebGrid of MVC with jquery, Here in my grid, there is comment column which has more text in it which is creating a scroll.
I want to give a show more or show less link in this grid.
How Can I do it.
Here is my grid
Copyright © 2021 Jogjafile Inc.

I wrote a jquery function --
and to change Label text --
and finally, I added
.moreclass in WebGrid.Happy Learning !!