开发者

Need an advanced Grid for .NET 3.5 WinForms

Possibly also for ASP.NET, but WinForms, for sure.

I'm reviewing开发者_C百科 a previous post: https://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net and I am still not sure which one to look for necessarily, so will say what we're looking for.

We need a grid which can support advanced features like Grid in cell type of thing, I think. Necessarily should support sorting a Grid and what that all entails.

I say Grid in cell, because I'm envisioning a Grid with listed objects whose properties will be editable. So each object represents top-level Grid cell entries. Drill into that and the properties on each object should also be editable.

Or say it another way, Grid with collapsible view. [+] Object.

Or, plausibly Tree with Grids as nodes.

These are just some scribbled thoughts for the moment. I know what I have in mind and will know it when I see it. Of necessity, I must shop it around a little because we don't have very deep pockets. If I present a case, they'll go for it, so I want to make sure I've done my due diligence.

Chief candidates that I am aware of: XtraGrid (looks like it has Data Grouping, which is just what would work, I think). Telerik RadGridView. Don't know of any others just yet.


I've used the DevExpress XtraGrid quite a bit and it works quite well for the sort of thing you are trying to do. The other thing to keep in mind is that if you go with DevExpress, you can get complete set of WinForms controls. They also have reporting and charting controls if you're interested in that sort of thing. I would also add that DevExpress has very good documentation and technical support.


Definitely DotNetBar's DataGridViewX or their ListView control replacement


This is a subjective answer, but it was a somewhat subjective question.

I worked with Telerik, both Web and Windows from 2006 - 2008 and, although it could look pretty, found it both heavy and the API relatively inconsistent and irritating.

I have worked with DevExpress XtraGrid since then and am much happier with it than Telerik, the API is for more consistent, and the functionality is far superior. Grouping is one such area I have not felt pain since switching.

DevExpress also have a tree grid that I don't recall Telerik having when I was using them.

I do acknowledge, however, that I am comparing Telerik then with DevExpress now, and I believe that Telerik has updated a bit since then. I have, however, no desire to go back to them.

I have no affiliation with either company.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜