I have a Dropdown in one of the columns of my Kendo Grid UI whose list I am populating from an Ajax Call of my Web Api by creating kendo DataSource and assigning the DataSource to the Editor of that Column. I am also populating my whole Kendo Grid through a separate Api call.
I have a condition that if the value coming from Api is 'Draft' then the Dropdown should be disabled while doing Inline Editing(i.e. when clicked on inline edit button), else it should be enabled.