luiz rogerio reine Posted July 15, 2016 Posted July 15, 2016 Hi. Is there a way to change the selectec row color? I want to change that light blue to a darker one. Thanks.
Sherzod Posted July 15, 2016 Posted July 15, 2016 Hi, For now try: 1. UniServerModule->CustomCSS ... ._x-item-selected { background-color: green !important; } 2. UnimDBGrid->ClientEvents->UniEvents... beforeInit fn: function beforeInit(sender, config) { config.selectedCls = '_x-item-selected' } Best regards.
luiz rogerio reine Posted July 15, 2016 Author Posted July 15, 2016 Wow, nice. Thanks Delphi Developer.
mmx110 Posted July 31, 2016 Posted July 31, 2016 Hi Delphi Developer! How About to change row color of uniDBGrid? Regards
Sherzod Posted August 1, 2016 Posted August 1, 2016 Hi, Try, http://forums.unigui...ckground-color/ http://forums.unigui...w-in-unidbgrid/ Best regards.
Recommended Posts