3.2.0

how to disable a particular row

Hi ,
How can we disable a particular row, (The columns use different templates like input,checkbox etc..)
sai
June 20,
I have not tried this but give it a try:

obj.getRowTemplate(rowNumber).setStyle("enabled", false);
Jim Hunter
June 20,
Thanks for your response,
I've tried using this but it doesn't seem to work...
sai
June 22,
hi,
i'm also facing same problem.
want to disable table row.
its working fine in IE but not in Mozilla
ex:
getElementById("someelement").disabled=true;
anu
September 25,
has anybody able to find a solution for this? I am also looking for an option to disable a row and all the events with in the row.
Raj Nair
October 26,

This topic is archived.

See also:


Back to support forum