On my website, I have a grid view that is missing headers. I am trying to figure out how to sort the grid view from the client side using either a button or a drop-down list with column names in the data-text field and column indexes in the data-value field. While researching, I came across a helpful tutorial on a certain website.
Take a look at the demo here
Although the sorting technique works perfectly for tables, I'm having trouble implementing it for the grid view specifically. If anyone has any tips on how to apply this to a grid view, I would greatly appreciate it.