I'm trying to create my first app based on FireMonkey, and I hit a wall. The only virtual list control I can find is tGrid.
This component is pretty good, but I can not figure out how to extend or customize it. I get that there is tCheckbox column, tImage column etc, but what if I need a ButtonColumn or something like this?
Also I would like to style a row, based on the state of the data it represents.
An Example: if the data that is represented in the row has "Error=True" it should be displayed in red.
Has anyone got a similar problem? Or found alternate virtual list/grid components? Or even just some tips on use of the tGrid component. These components are pretty essential in all database apps so it should be a pretty common request.
Also just as a note, I don't think the TGrid supports Drag & Drop of rows?
I have looked at Firemonkey version of VirtualTreeView and Firemonkey and large amounts of data