In VB6, I used the Janus GridEx control for quite a few applications with great success. Does anybody have an idea as to which grid controls work well with .NET?
Printable View
In VB6, I used the Janus GridEx control for quite a few applications with great success. Does anybody have an idea as to which grid controls work well with .NET?
Have you tried the default DataGrid yet? Its a lot better then the one from VB6. Although it still has some annoying things about it. Also with inheritance its easy to override the parts of controls you don't like (well in some cases).
I have tried it. The only thing I don't like about it is that, at this point, I can't seem to override the ability to keep the grid from deleting (even by cancelling the key)
Any thoughts?