Adding combobox to the CXTPListCtrl item |
Post Reply |
Author | |
Mohan
Newbie Joined: 16 November 2011 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 13 February 2013 at 4:13am |
Hello,
I want to add a combobox to the CXTListCtrl item. What is the way to do so? I appreciate any help. Please let me know. Regards, Mohan.
|
|
GRLEX
Groupie Joined: 17 February 2009 Location: Ukraine Status: Offline Points: 27 |
Post Options
Thanks(0)
|
CXTPReportRecordItem * pNewItem = NULL;
pNewItem = new CXTPReportRecordItem(); pNewItem->GetEditOptions(NULL)->AddComboButton(); pNewItem->GetEditoptions(NULL)->AddConstraint(L"Combo Text 1"); pNewItem->GetEditoptions(NULL)->AddConstraint(L"Combo Text 2"); ... This will be an item like combobox. Then you nedd to insert this item into your record in grid.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |