(Sorry about the crosspost, folks...I put the first one in the wrong place.... )
I'm using UltraWebGrid from NetAdvantage 2006 Vol. 1.
I'd like to use the UseFixedHeaders switch to keep the column headers on the screen when the user scrolls down through lots of data. So far, so good. But with UseFixedHeaders on, I can no longer set TableLayout to Auto. Apparently, this means individual rows will no longer automatically size to fit the data.
Is it possible to have fixed headers and automatic row heights at the same time? I can put together my own fixed headers if I need to, but I hoped the grid would do it.
Thanks!Scott