Hello,
We have a business requirement where customer want to have checkbox which will be displayed as checked when they select record on editable grid. And by default it should be unchecked like we have it in web client.
I have created 2 web resource image one with check and other with uncheck image. I am displaying uncheck image besided views column as shown below. I have acheived this by adding JS on view column which is explained here. https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/display-custom-icons-instead
Need help to switch this image onRecordSelect from editable grid to check image. I know we can have JS code to be executed on OnrecordSelect from editable but not sure how to switch the image.