Hi all,
I would like to know how I could get/ set the css class of a particular cell in JavaScript? Thanks.
Is there really no way to configure custom class names for the table columns where you define the column array for a new grid? Seems like this would be easy, and would save MUCHO clumsy hacking around using column indexes to assign css classes after the grid is rendered...?
{ headerText:
"Product ID"
, key:
"ProductID"
, dataType:
"number", cssClass: "my_custom_classname"
},
+1 Feature Request!
{ headerText: "Product ID", key: "ProductID", dataType: "number", cssClass: "my_custom_classname" }
}