Hi All,
I have User , roles and group tables.
Each user can have diffent groups and roles.
I have to display the user information from User table in WDTableUIElement if I click on user row it should exapnd and display the all the roles and groups of particular user in same table .
please help