Home » Community » Newbie corner » GridCtrl and DropList
GridCtrl and DropList [message #38174] |
Mon, 03 December 2012 13:34 |
idkfa46
Messages: 155 Registered: December 2011
|
Experienced Member |
|
|
Hallo guys,
I have a little problem with Droplist control into GridCtrl...
All seems going fine... i can open the droplist and it show me Values but when i select a Value or when i add a new row the GridCtrl show me the Key.
I'd like it always show me Values... is it possible?
Droplist:
void UMforza(DropList &dl)
{
dl.Clear();
dl.Add(1,"KN").Add(2,"daN").Add(3,"Kg").Add(4,"N");
dl.SetIndex(0);
}
-
Attachment: Immagine.png
(Size: 7.05KB, Downloaded 265 times)
|
|
|
Goto Forum:
Current Time: Thu May 01 06:00:15 CEST 2025
Total time taken to generate the page: 0.00773 seconds
|