I was trying to use a listbox with clientdatasource. But since the listbox cannot be rebinded yet, I decided to switch either grid or listview.
I was having some trouble selecting an item from listview so I'm using a grid with clientitemtemplate to fit by data into a single column.
What I want is to apply the ripple effect available when selecting an item in listbox to the grid,
so when I select a cell from the column it will have the ripple effect.
if you can please provide me with a solution.