visibility:collapse in javascript
问题 I'm using Ultrawebgrid for my applcation: I'm using a textarea for listing the errors in my application in the row template when the user clicks that particular row... So I need to have texarea when there are any errors..... otherwise when there are no errors i dont even want the row_template to pop up..... I'm using IE6. I'm checking if there are any errors using javascript.so I had to use the javascript event handler:: UltraWebGrid1_BeforeRowTemplateOpenHandler(gridName, rowId, templateId)