Posts: 65
Threads: 21
Joined: Mar 2018
Reputation:
0
I have an existing app that uses iwdbgridcand have been asked to make it look "nicer" but I need to stay stock Intraweb, no third party controls (tms or cgedvtools....) Have to provide src, they have 10.2.2
Specifically iwdbgrid. Need to color cells or rows based on row values ( some visible others not)
Any ideas or examples?
I am using delphi Berlin update 2 to develop.
Cheers!
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Jose's samples are an easy way to go. There is also CGDevTools and TMS. IW17 will have some awesome grids as well, but its still in alpha.
Posts: 7
Threads: 2
Joined: May 2018
Reputation:
0
Location: Italy
Hi, it's possible to have a little template example?
I have not found how to link the IWDBGrid with the html tags
Thanks!
Posts: 7
Threads: 2
Joined: May 2018
Reputation:
0
Location: Italy
Thank you very much.
I found almost everything but now I can not change the font of the caption of an IWGrid with CSS while the cells work ok.
Also I can not change the font color of an IWTreeView. In the C ++ code the font is yellow, in the CSS file the font is green but in the browser the result is always blue.
Thanks for your help