Hi,
I'm a problem with a TTMSFNCGrid... Well i think that i do not know how can i do what i want to do
Expose my project.
I want to send to a FNCGrid all the records of one DataSet... No problem with this.
I need that the columns are dinamically... I can not define columns in FNCGrid because the dataset can be different...
The content of the dataset ara products that i can add to a cart to buy...
In the last column of my FNC Grid i want to add a image like "Add Cart"...
I can add a image in this column with no problem...
I need to edit the rest of the columns... Then the property FNCGrid.Options.Editing:=true;
All ok...
If i click (One click) on the image, i can capture the event and do anithing...
But if i make Double Click on the image then the image disappear and i can edit the column...
What can i do for make only this column of the image as a Editing:=false in order of this unwanted aesthetic effect does not occur?
Thanks
PD. If you want, you can download a example project for this in this link...