{Dynamics CRM 365} Disable fields in Editable Grid View using Javascript
Views (859)
Sometimes we get the requirement from our client to disable fields based on some conditions on Editable grid views. To disable fields on Editable Grid views, We can write javascript code on OnRecordSelect event handler of Editable Grid. [Step – 1] Create new web resource and add below Javascript code. function onRecordSelect(exeContext) { //debugger; var… Continue reading {Dynamics CRM 365} Disable fields in Editable Grid View using Javascript

Like
Report
*This post is locked for comments