vshvetsov 0 Posted January 3 Please advise which component is better to use for viewing and editing tables. The following features are needed: 1) The cells must contain text, numeric or logical (yes/no) data. 2) The ability to add icons to the text of the cell. 2) In-place editing in cells. For logical values - checkbox, for text and numbers - the ability to select a value from a pop-up list. 3) Selection of cell ranges with shift and Ctrl, normal arrow navigation. 4) Text color and cell fill settings. In general, I need a fairly ordinary spreadsheet editor in the style of MS Excel. The standard TListView (with vsReport style) and TStringGrid components do not provide the necessary functionality. I also don't want to mess with TDB*** components, I don't have a database, just an array of values in memory that I manage myself. Can you recommend any good third-party component? Using third-party components is a dangerous thing, what if it breaks down with the next update of Rad Studio? I would like you to recommend a proven component from a reliable, "long-lived" source. Easy to learn and easy to use. Thank you in advance. Share this post Link to post
Lars Fosdal 1791 Posted January 3 TMS Advanced String Grid (https://www.tmssoftware.com/site/advgrid.asp) Not cheap, but part of a very powerful package of components (TMS VCL UI Pack). Data can be inserted in the grid, rendered from your memory structure, read from a db, json, excel, etc. We've been using it for many years now, and it is still being maintained and enhanced. Share this post Link to post
dwrbudr 8 Posted January 4 Or NextGrid, but I'm not sure if it supports the Ctrl ans Shift selection requirement. Share this post Link to post
corneliusdavid 214 Posted January 5 I was going to recommend DevExpress QuantumGrid but then you said it must be "easy to learn" so that one's out. How about Woll2Woll InfoPower? Both of these companies have been around for many, many years, with high quality products and good support for all versions of Delphi. Share this post Link to post
vshvetsov 0 Posted January 5 Thanks a lot for the advice. I understand that these are paid packages containing many components, and the packages are quite expensive. I only need one component for the table. I was thinking about a free version of the open source component. But at the same time, it is verified, from a supported collection. Does anyone know about such a thing? Share this post Link to post
Rolphy Reyes 0 Posted January 5 1 hour ago, vshvetsov said: Thanks a lot for the advice. I understand that these are paid packages containing many components, and the packages are quite expensive. I only need one component for the table. I was thinking about a free version of the open source component. But at the same time, it is verified, from a supported collection. Does anyone know about such a thing? Hi! Maybe the JEDI library. Share this post Link to post
Brian Evans 105 Posted January 6 (edited) The Delphi ecosystem contracted over the years and a lot of third-party component developers had to increase prices or fold / exit the market. One that is still around is Developer Express (as somebody already mentioned) whose VCL components have good support and include a VCL Spreadsheet control: VCL Spreadsheet Inspired by Excel - Delphi, C++Builder (devexpress.com). The also have a VCL Layout & UI Design Control which you could add controls to for auto-layout: VCL Form Layout Control for Delphi and C++Builder Developers (devexpress.com). They have both 30-day trials and a demo program that does an excellent job of showing what that the various controls do and how they behave. Main page: VCL UI Components for Delphi & C++Builder | DevExpress scroll down for smaller packages with a subset of the components. Edited January 6 by Brian Evans Share this post Link to post
Gary 18 Posted January 6 Not Free only $70.00 and includes source Delphi and C++ Builder VCL components - DBGrid, DBTreeView, DBCheckListBox, StringGrid, HTML Label, HTML ListView (rosinsky.cz) 1 Share this post Link to post
Shrinavat 16 Posted January 8 Steema TeeGrid The grid component for Delphi VCL & FMX offers a very fast grid for your RAD Studio projects Share this post Link to post
Gary 18 Posted January 10 @Shrinavat Looks great! Years ago I used X-Data and one thing I miss is the master Detail in grid. Looks like Steema has this, and at an affordable price. While the Rosinsky DBGrid is very capable the show stopper for me are the Dialogs that he has produced. Your end users can customize the grid at runtime as much as you can at design time. Extremely impressive. Share this post Link to post
Des101 0 Posted January 12 I don't know if it fulfils all your requirements, but you might want to check out Turbopower Orpheus which has a grid control. It might be a bit dated now, but it's free, available via GetIt and gets updated to run on latest releases. Des Share this post Link to post