Since I am starting to develop under Delphi Prism, I noticed it doesn't have any grid tool similar to TStringGrid tool that you normally see in Delphi 7 and below. Although Delphi Prism has a DataViewGrid, it doesn't easily lend itself for my purpose. In fact, everytime I try to set it up and make it work the way we want it to in our software it simply doesn't work at all. From what I understand DataViewGrid really wants a database source to display data.
So, I would like to know if there are any alternatives to Delphi TStringGrid for Delphi Prism.
Thanks,