Hello,
I have a RADGRID in which the first column is a GRidButtonColumn and rest of em are GridBoundColumns. Idea being, when I click on the Button(first Column) in the grid, the details of that row(based on the other columns, I am getting other details from the table) should be populated in the dropdowns and textboxes(outside the grid). So I am looking for the event which fires, when i click the button.
Appreciate the help...
Thanks