Hi there,
I’m developing an incident management system and needed to include a GridView in the form to create a new incident so that users can search the object to be linked to the incident. I’ve tried adding a checkboxcolumn to the GridView but in that case the user can select more than one columns and that is not what I want. I was thinkning that instead CheckboxColumn it would be useful to have a RadioButonColumn.
How could I do that?
Thanks in advance