Hi,
Can the custom attributes be hidded in runtime?
I've a situation where i need to display a client's name in DMX module interface (grid1). This can be done easily in DMX if I use a custom attribute and declare it in attributes section of the module.
For that i've created a new custom control which is a dropdown control. So, i've dropdown Text as Client name and Drop Down value as Client id, so, if I display the Attribute in Module interface grid, it Displays ClientId :-(.
I want to display name in place of Client Id, so i'm rying to place a Hidden attribute for name, so that I can store both name and id at the same time, and display only Name.
please help or guide me here.