Hi,
I need to display a field as radio button in the result table view. The field is char 1 type.
To achieve this I implemented code in Get_P and Get_V methods of the field. The issue is Get_V method of the field is not trigerring and hence not displaying the text on radio button and not allowing it to select it.
Get_P method is trigerring that too is displaying only one radio button without text and in disabled mode. Even Get_I method is not trigerring. I am not sure what could be the reason for this. Please suggest.
Thanks.