Are there any good free/cheap Delphi grid controls?

冷暖自知 提交于 2019-12-03 00:48:46

Virtual TreeView is very much alive and development is continuing. See its new home here: http://code.google.com/p/virtual-treeview/

NiceGrid

TSMDBGrid

If you are using Delphi 6 or 7 you can get free NextGrid component, if you don't, you can buy the full version with source code for very low price, it's fast and has nice looking grid.

Oooppppsss!

It's already added. Excuse-me.

You can see this, from Scalabium.
It's free and Sources included. See the images at link.

Regards.

I also had some problems with the pricing of the DevExress Quantumgrid. However, if you are a serious Delphi developer and make a living out of it, I think the DevExpress controls are well worth the investment. DevExp also seems to have picked up Delphi development once again.

I have had good luck with NextGrid.

It is extremely fast and Boki (the developer) gives very good support.

http://www.bergsoft.net/

lkessler

You could try ElTree that comes with the free SE Version of the LMD ElPack package: http://www.lmdinnovative.com/mfs/products/lmdelpack.php

It is described as:

ElTree is a fully customizable visual component, that can represent virtually any type data (both in hierarchical and list forms). It is excellent for exploring databases, directory structures, registries, or any other type of data that is built up like a tree. You don't need to use the combination of TTreeView and TListView anymore - TElTree gives you all their power. ElTree is also very useful for building multi-columned list boxes, radio groups and CheckLists. And it adds full Unicode support.

I've been using ElTree in my application for many years, both as as tree in one part of the program, and as a grid in several other parts. I took a look a while back at Virtual TreeView, but I saw no compelling reason to change.

LMD ElPack SE is designed for users, who are interested in the ElTree component only. I think it meets all your qualifications.

Its last supported IDE is Delphi 2006. If you need it for Delphi 2009, you would need to upgrade to one of their non-free packages.

See also the question: What is the best GRID and TREE control: and also my answer to that question.

If we'd been voting I'd say TSMDBGrid. İt is almost perfect. Just a few days ago I checked its source code to see how it uses the filter edit (to exploit it, of course).

It is free too.

I'm not sure the price point that you would consider cheap, but we have had good success with X-DBGrid.

TMS Software have a data aware version of there TAdvStringGrid component.

You can download a trial and there are some sample applications for the TDBAdvGrid available.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!