Better DataGrid
We are having major problems with the .NET DataGrid and I saw in some forum that Microsoft worked with another company to produce a more feature rich control.
I can't seem to find it. Does anyone else know anything about it?
MAtt
We are having major problems with the .NET DataGrid and I saw in some forum that Microsoft worked with another company to produce a more feature rich control.
I can't seem to find it. Does anyone else know anything about it?
MAtt
In the interim, if you find yourself bumping into the limitations of our grid, there are a plethora of great 3rd party data grids available. As Ken points out, ComponentSource is the best place to start.
- mike
You may want to set .CaptionVisible to false as well, if you want nothing above the data in your grid...
-Scott
This posting is provided "AS IS" with no warranties, and confers no rights.
Thanks for your reply. Like you said ".ColumnHeadersVisible = False should work." I tried again and it did. Now I can't get it to fail, and the project is so early in development that it's not yet in SourceSafe; I have no prior revisions to revert to, so I can't figure out what I was doing wrong. ".CaptionsVisible" works fine, too; good tip.