I am using a list grid and want to show text as link for one column. I know we can get this by
But I don't want to show the text as link for all the records in this gird. Is there any way on the record object to set for this field to do this?
Thanks, Amit
Code:
field.setType(ListGridFieldType.LINK);
Thanks, Amit
Comment