API Questions on Kentico API.
Version 5.x > API > UniGrid row click View modes: 
User avatar
Member
Member
Jaykzoo - 7/20/2011 3:44:59 PM
   
UniGrid row click
How can i verify when i user clicks on a row in the UniGrid in the API?

User avatar
Member
Member
kentico_michal - 7/21/2011 2:45:15 AM
   
RE:UniGrid row click
Hello,

The UniGrid control provides OnAction handler that accepts two parameters and can be used to handle performed actions:
string actionName - is used to identify which action raised the event
object actionArgument - is used to pass the value of a data source column from the UniGrid row for which the action was used

I would like to point you to the following section of Controls guide to get more information about UniGrid:
Unigrid overview


Best regards,
Michal Legen