Gridview rows blinking
- by Bhavi
Hi,
I tried blink the rows of ASp:Gridview. Have succeded in IE but not working in FF and safari. FF error console says "Error: gridRef.childNodes is not a function" Can anybody tell me where exactly I am wrong...
The Javascript used is:
');
for (var i=0; i
and on my gridview_rowdatabound I have
e.Row.Attributes.Add("blinkingRow", "Y");