HI…
How can i change image in data view dynamically…, i want to change the image shown with arrow in attachement when i click it …
Regards
Seenu
HI…
How can i change image in data view dynamically…, i want to change the image shown with arrow in attachement when i click it …
Regards
Seenu
Hi,
you may use template to define how the item looks depending of its properties. So, you may change some property and call refresh() for the updated item:
dataview.get(itemId).prop = “…”;
dataview.refresh(itemId);