mierlp Posted September 20, 2014 Posted September 20, 2014 Hi How to disable the roll-over effect of the dbgrid titles when you move the mouse over it ? Regards Peter Quote
Administrators Farshad Mohajeri Posted September 20, 2014 Administrators Posted September 20, 2014 uses ... uniGUIJSInterface; procedure TMainForm.UniFormCreate(Sender: TObject); begin (UniDBGrid1 as IUniJSInterface).JSConfigObject('viewConfig', 'trackOver', [False]); end; I will add this capability in next build. 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.