jmonty77 Posted February 3, 2012 Posted February 3, 2012 Hello, In previous versions I was able to modify cell text in "UniDBGrid1DrawColumnCell" event. Now, "value" parameter has gone. Is not possible to modifiy the text to display? I've a DB with coded fields values, that I must decode in this event to show in a readable format. Thanks. Jordi Quote
Administrators Farshad Mohajeri Posted February 3, 2012 Administrators Posted February 3, 2012 Changing value is OnDrawColumnCell event wasn't a proper way of doing it so we changed it. You must use TField.OnGetText() event to modify the displayed text. Quote
dionel1969 Posted May 15, 2012 Posted May 15, 2012 Hello: The background of boolean field (with checkbox) is not painted with the color specified in Attribs params. Quote
Administrators Farshad Mohajeri Posted May 21, 2012 Administrators Posted May 21, 2012 Hello: The background of boolean field (with checkbox) is not painted with the color specified in Attribs params. Logged #1351 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.