Hi,
I have few questions about how to create custom item in RadListView.
I have a list of objects and would like to create custom item for each of the object. The value of visualElements of each custom item will get from properties value of associated object.
By reading the online documents, I know that the custom visual item is created by caling VisualItemCreating event. But how can I trigger the event?
As I understand the function SynchronizeProperties() is used to assign values to visualElements when the custom visual items are created (please let me know if I am wrong). In the example code, the value assigned to custom visual item are from data table. But In my case I want to assign the value of properties of a object from the object list to each custom visual item. What steps I need to go through to achieve that?
Thanks a lot
I have few questions about how to create custom item in RadListView.
I have a list of objects and would like to create custom item for each of the object. The value of visualElements of each custom item will get from properties value of associated object.
By reading the online documents, I know that the custom visual item is created by caling VisualItemCreating event. But how can I trigger the event?
As I understand the function SynchronizeProperties() is used to assign values to visualElements when the custom visual items are created (please let me know if I am wrong). In the example code, the value assigned to custom visual item are from data table. But In my case I want to assign the value of properties of a object from the object list to each custom visual item. What steps I need to go through to achieve that?
Thanks a lot