problem in column with combobox

TeeGrid .NET for Microsoft Visual Studio .NET.
Post Reply
BayCFR
Newbie
Newbie
Posts: 4
Joined: Fri Nov 12, 2021 12:00 am

problem in column with combobox

Post by BayCFR » Thu Jan 05, 2023 6:16 pm

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 with:
tTeeGrid1.Columns["Motor"].EditorClass = typeof(ComboBox);
I think, there is a bug in your teegrid code ?
(I know,my subscription is run out, but I come with this problem in february 2022 (BayCFR) and I get no helping answer...
There were no updates to Teegrid in last year, so what is a reason to continue my subscription..)
teegrid combobox bug in cell editors.jpg
combobox flashes in left upper edge of screen
teegrid combobox bug in cell editors.jpg (144.11 KiB) Viewed 13117 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: problem in column with combobox

Post by Christopher » Thu Jan 19, 2023 10:06 am

Hello,

our apologies to you for not having arrived at this problem of yours earlier.

We've been able to reproduce it here and we have added it to our issue tracking software with id=2582. We will study this issue and fix it, and when we have done so we will let you know and will arrange matters so you can use it in your code.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: problem in column with combobox

Post by Christopher » Tue Jan 24, 2023 3:42 pm

Hello,

just to let you know that the combobox issue is now fixed in the latest publicly available NuGet, which means that Cell Editors demo now works as expected:
Screenshot from 2023-01-24 16-38-29.png
Screenshot from 2023-01-24 16-38-29.png (46.1 KiB) Viewed 12795 times
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply