I bound the radListview control by client side. I want access control (make it visible true/false) in the OnTemplateDataBoundevent of the RadLitsView.
The event is firing but I don't know how to access the controls in the ListView.
Also I want to set the command Names and fire Item Command event and in the command event want make the RadLitsView rows visible true/false.
Please help me to achieve the above functionality.