Search found 4 matches

by BayCFR
Thu Jan 05, 2023 6:16 pm
Forum: .NET
Topic: problem in column with combobox
Replies: 2
Views: 13268

problem in column with combobox

I need help with the combobox feature. If you load from Githuib the cell editor example "..\TeeGrid-for-.NET-master\Cell Editors" and press F2 or double click in the "car motors" column, the combobox list only blinks shortly in the left upper edge of my monitor and disappears. You set the combobox w...
by BayCFR
Fri Apr 15, 2022 10:38 am
Forum: .NET
Topic: Multi Selection of rows
Replies: 1
Views: 13919

Multi Selection of rows

How can I detect which rows are selected in the grid ?
by BayCFR
Thu Feb 10, 2022 7:11 pm
Forum: .NET
Topic: a bug with combobox
Replies: 1
Views: 14898

a bug with combobox

When I run the demo "TeeGrid_Cell_Editors" from "NetFrameWork" and double click on "Manufacturer", a combobox should be opened, But the combobox droplist displays only for one second in the left upper corner of the screen and then disappears. Who can help ? This combobox is very helpful, when I will...
by BayCFR
Wed Feb 09, 2022 6:32 pm
Forum: .NET
Topic: teegrid for displaying measured data
Replies: 1
Views: 15200

teegrid for displaying measured data

I will use teegrid to display a data table with measured data. It adds every second a new data row. My datarow is a class like this: public class MeasData { public ulong measIndex; public DateTime dateTime; public double[] result; public short[] signif; public MeasData(int size) { measIndex = 0; dat...