I am in ASP.NET MVC environment and I am creating a page with two parts.
- Grid which shows all the employee data
- When a user clicks on a particular row in the grid, it shows the employee related data in the part below
I have used the Selectable() attribute on the Grid. However some of the things are not very clear to me that
- If it raises any event when I do that?
- If not, how to I read the value of a particular row OR any particular column while doing it?