1
Help for ParamQuery Grid (free version) / Re: Make Specific Cell of Grid Read-only/Editable
« on: October 05, 2016, 11:48:19 pm »
Hello Experts,
I have tried the below technique but it doesn't seem to work and its likely because I am still using the old 1.1.3 version.
I am thinking I can get the Cell and then apply some CSS to the cell might work... Kindly let me know how do I achieve this for older version
I have tried the below technique but it doesn't seem to work and its likely because I am still using the old 1.1.3 version.
Code: [Select]
grid.addClass({ rowIndx: rowIndx, dataIndx: dataIndx, cls: 'disabled' });
I am thinking I can get the Cell and then apply some CSS to the cell might work... Kindly let me know how do I achieve this for older version