Hi All,
I have a requirement in that based on the value of the column i have to lock the entire row in the grid. I tried using below code but it is not working for me. Could you please help me in resolving the issue.
grid.pqGrid("removeClass", { rowIndx: validatedRowNums, cls: 'pq-row-edit' });
where validatedRowNums array will have row numbers to be locked.
Regards,
Ekantaraju KG