Jump to content

unidbtreegrid striperows


jahlxx

Recommended Posts

28 minutes ago, jahlxx said:

Is possible unidbtreegrid striperows?

I can't find the property.

Hello,

Try this approach for now:

procedure TMainForm.UniFormReady(Sender: TObject);
begin
  with UniDBTreeGrid1.JSInterface do
    JSCall('getView().setConfig', [JSObject(['stripeRows', True])])
end;

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...