Hey peeps! I've got a problem I need some help with.
I've got a DataGrid with an Alpha Opacity=80 in the CSS to get it semi-transparent. Works great up to a point. It's used in an ad-hoc web reporting application where I work. When the report generated is above a certain size, the filter fails by making the table completely transparent. The filter value still is 80 and the page has the scroll bar all the way to the end of the table, the data is in the view source, but it's "invisible". I take off the filter on the large reports and they are fine. I tried using the DXImage filter, but it makes the text very jagged and looks like crap. My current work-around is to check the items.count and dropping the filter before rendering...
Any ideas??
TIA
Steve
[EDIT]You can check this in a simple HTML page - generate a large TABLE (1300 rows +/-) and apply the filter... Wierd...[/EDIT]