AMIT Posted February 18, 2016 Posted February 18, 2016 I have the data that will be shown on the dbGrid. I need to highlight each cell which contains minus value. Is it possible to do this? Quote
Sistema Fenix Posted February 18, 2016 Posted February 18, 2016 Hi In DrawColumnCell event of the unidbgrid add: example if Column.Field.AsInteger = 1 then begin Attribs.Font.Color := clRed; Attribs.Color := clWhite; end else begin Attribs.Font.Color := clYellow; Attribs.Color := clblack; end; Quote
Yugen83 Posted April 6, 2018 Posted April 6, 2018 and what about unimDBGrid? I can not found DrawColumnCell Quote
Sherzod Posted April 6, 2018 Posted April 6, 2018 Hi, and what about unimDBGrid? I can not found DrawColumnCell Can you please specify which version and edition of uniGUI are you using? Quote
Yugen83 Posted April 6, 2018 Posted April 6, 2018 Hi, Can you please specify which version and edition of uniGUI are you using? hello. complete professional 1.0.0.1425 Quote
Sherzod Posted April 6, 2018 Posted April 6, 2018 First of all, please adjust your forum email address: http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/ 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.