Bug? I have a TLMDDBGrid, with 3 columns. I want to add a integer
column, there is no button for this. The only way I can see to add it
is to add all columns, and it's added automatically.
My question
is how do I force a float value to display 3 decimals? I set the
'FloatFormat' value to #.000 this did not work
Also, I just
want to display the data in the grid, I don't want it to appear like any
row is selected. The first field in the first row has a thicker black
border around it, how do I get rid of that?
Thanks!
Comments
want to display the data in the grid, I don't want it to appear like any
row is selected. The first field in the first row has a thicker black
border around it, how do I get rid of that?
In the attached picture, the field that has the title "Lap Time" I want to have 3 digits for the decimal. The 'difference' field is what is being displayed as "Lap Time". I have the "DisplayFormat" as #.000
As you can see, 50.71 is displayed in the grid, it should be 50.710
Issue #2
Each TLMDGrid has the selected row displayed with white text on a black background. This appears to be random as to which line will be selected when I create the frame. I'd rather have it just be black text on white like the row isn't selected. I think I saw those colors somewhere in the properties. My issue is the dots around the selected field. So in the picture I have the "11" circled in red. I don't want to dotted lines appearing around the cell.
Where can I find the header file containing the attributes to the TLMDGridColumn? I want to custom draw my cells, can't find where the TLMDGridColumn is defined.
Thanks for the help!