cfgrid - "style" attribute does nothing
I'm trying to reduce the width of the border around my cfgrid. I want a 1 px border, but the grid is showing up with a 2 or 3 px border. I tried using the style attribute, but it has no effect on the grid. In fact, I don't even see my style attribute being output anywhere in the document.
When I inspect the grid, I see a div (<div id="cfgrid1283278813192"... >) that has an inline style:
"width: 625px; border: 1px solid rgb(204, 204, 204); overflow: hidden; height: 500px;"
When I change this inline style, and set the border to 0, the grid renders the way I want. But I don't see a way to gain control over this inline style. It seems like my style attribute should be applied in this div.
Is this broken or am I missing something?
