dionel1969 Posted November 24, 2011 Posted November 24, 2011 Hello !!! I have a UniGrid with two columns: one of them draws an image using html tag: <img ..../> and the other one show a brief description like: Name <br/> Sale: <br/> Debits: The problem is when I click in the cell, and then click again (not double click) an information of the containing strings appears more or less to be edited. It is true??? It means I have to set readonly to true to avoid this situation???? Quote
dionel1969 Posted November 24, 2011 Author Posted November 24, 2011 Hello !!! I have a UniGrid with two columns: one of them draws an image using html tag: <img ..../> and the other one show a brief description like: Name <br/> Sale: <br/> Debits: The problem is when I click in the cell, and then click again (not double click) an information of the containing strings appears more or less to be edited. It is true??? It means I have to set readonly to true to avoid this situation???? My own answer: Of course. The field were declared as TStringFields, however they show an image, there are strings. Quote
Administrators Farshad Mohajeri Posted November 25, 2011 Administrators Posted November 25, 2011 Yes you must set that Column to ReadOnly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.