Search found 5 matches

by AndyRea
Mon Oct 01, 2018 4:34 pm
Forum: .NET
Topic: Button Column
Replies: 1
Views: 24695

Button Column

Any chance of having a buttonRender option in the same way DataGrid has button coloumns? i am trying to replace a data grid with TeeGrid and currenly have buttons in a few columns to let the user manipulate data in 1 of the columns based on which columns button they click
by AndyRea
Mon Oct 01, 2018 4:32 pm
Forum: .NET
Topic: Checkbox Column
Replies: 1
Views: 23411

Checkbox Column

i can add a BooleanRender to a column to get checkboxes to appear but how do you actually control it's value or react to someone clicking on the data? the data is connected to a StringsData object examples for the grid control are very limited so far. I'm trying to migrate a datagrid control assing ...
by AndyRea
Mon Oct 01, 2018 4:16 pm
Forum: .NET
Topic: Import.Template.Load not working properly
Replies: 4
Views: 12297

Re: Import.Template.Load not working properly

I was wrong it was the latest i'm more puzzled now if i use the editor dialog to save out a .ten file of the chart ( with 1 fast line series and it's colour set to red ) and then tcFmGraph.Import.Template.LoadFileDialog(); to load that file back in, the red trace goes back to the default blue trace ...
by AndyRea
Mon Oct 01, 2018 10:57 am
Forum: .NET
Topic: Import.Template.Load not working properly
Replies: 4
Views: 12297

Re: Import.Template.Load not working properly

v4.0.30319

will get the latest and try again
by AndyRea
Fri Sep 28, 2018 2:10 pm
Forum: .NET
Topic: Import.Template.Load not working properly
Replies: 4
Views: 12297

Import.Template.Load not working properly

I'm trying to save the config of 3 charts in the registry when the application closes. i have an issue that amongst other things [ but an obvious one ] if I have set the bottom axis to be auto scaled, you can see it is set to auto if you inspect it, then export a stream, rewind the stream and re-imp...