How can I add extra info like Location Phone, Location Fax, Location address etc.
Can anyone provide me example of how to use DataKey to manage extra info?
Thanks in advance.
Hi,
Whenever I encounter this scenario (not just with this one class), I usually use this approach:
Whenever I need to get this additional info, I just cast the Infragistics data item's Tag property into my business object's type and access its properties to do anything I need (populate additional form fields, calculations, etc).