I have bound a RadListView control with client side binding. I need to fire item data bound event and make the image controls (html image) visible true/false depending on the data record.
Also I want fire item command event on click of image (html image control) in the radListview and in that event, hide that item from the radListView.
Please suggest how to achieve the above two tasks.