Thanks for the response.
Yes, I am considering 3rd party.
As far as in place scrolling, there seems to me to be limitations with using
a simple DIV approach. For example, to lock the header in place, you need to
place the header outside of the table and resort to fixed width columns and
you have to set the grid size and column size to a pixel width rather than a
percentage width. There also are problems when you try to include both
horiz and vertical scrolling at the same time (if you place the header row
outside of the grid, it stays in place when you horiz scroll, rather than
scrolling horiz with the data)
And client size resizing of columns isn't an option with the normal data
grid, unless you do it all yourself
Heirarchies are free, and I've done them, but I am looking for something
with built-in client side capability for expanding a row to reveal a
sub-table.
I'm looking at Spread for Web Forms right now.
"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news

...
> On Wed, 06 Jul 2005 12:59:35 -0500, Chad <>
> wrote:
>
>> for ease of use, and for features such as resizable columns, edit in
>> place,
>> horiz and vertical scrolling, heirarchy display, etc?
>>
>>
>
> Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
> experience, seems to be popular choice, but it's too heavy and convoluted,
> others may differ in opinion...
>
> But really, if you're not looking for ultra-fancy, the built-in DataGrid
> does all those things. Put it inside a DIV and it can scroll, in-place
> editing is simple for anything but the most complex, etc. Hierarchies I
> believe can be done with nested controls...plus it's free
Just depends
> on how much you want to plumb yourself...
>
> Or were you asking about 2.0, where the GridView comes into play....
>
> Just my 2 cents...
>
> --
> Craig Deelsnyder
> Microsoft MVP - ASP/ASP.NET