How to disable perticular column and row
Hi all,
I want to disable perticular row and column in grid. Those disabled column or row values cant be edited. I tried the function which i found in forums. but it didnt working. Please anyone help me to solve this problem.
obj.getRowTemplate(8).setStyle("enabled",false);
obj.getColumnTemplate(3).setStyle("enabled",false);
This is the way i used to disable row and column.
I want to disable perticular row and column in grid. Those disabled column or row values cant be edited. I tried the function which i found in forums. but it didnt working. Please anyone help me to solve this problem.
obj.getRowTemplate(8).setStyle("enabled",false);
obj.getColumnTemplate(3).setStyle("enabled",false);
This is the way i used to disable row and column.
Panasa
October 9,