Forum > Databases

RxDBGrid Vertical lines don't show up

(1/1)

eldonfsr:
HI i have a Rxdbgrid how i can get show up vertical lines...

 

paweld:
in code (add DBGrids unit to uses section):
--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---RxDBGrid1.Options := RxDBGrid1.Options + [dgColLines];or in ObjectInspector expand "Options" and set dgColLines to True

eldonfsr:
Paweld Thanks for replay yes i have activate that option...

dgColLines:=true;

thanks.

Navigation

[0] Message Index

Go to full version