Hi
I’m new to jqxgrid. I’m trying to create a jqxgrid, where the grid values are fetched from a rest service. Based on the value of a column “Status”, I need to set the value as a link or normal text.
For eg, Status column can only contain the value “Pending” or “Completed”. If the value is “Completed”, it should be a link.
I’m not sure of how to check the value of the “Status” column as data is fetched dynamically. Can someone please guide me on how to set a cell value as link when data is dynamically loaded. (There are examples of setting cell value as link when data is static. But I need it for dynamic data)