ComboBox Caption not updated when selection change |
Post Reply |
Author | |
JoukevRossum
Groupie Joined: 03 November 2011 Location: The Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 14 December 2015 at 3:52am |
Hi,
I'm using a combobox in the ReportControl V16.2.3. When I select a value from the combobox, the value is changed, but the caption does not. I'm using the following code to populate the combox: var column = rcBerichten.Columns.Find(1); //value of the column index column.EditOptions.Constraints.DeleteAll(); column.EditOptions.AllowEdit = false; column.EditOptions.ConstraintEdit = true; column.EditOptions.Constraints.Add("(Dossier map)", SelectedDossier.DossierNummer); foreach (var fldr in Collections.Collections.ListDossierFolder.Where What am I missing/doing wrong? Thanks in advance, Best regards, Jouke van Rossum |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello Jouke van Rossum,
This bug with ComboBox AllowEdit and ConstraintEdit conflict was fixed for version 16.4 (svn revision 16502) . Try to using our new Release Candidate of v17.0. Regards, Oleksandr Lebed |
|
JoukevRossum
Groupie Joined: 03 November 2011 Location: The Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
|
Hi Oleksandr Lebed,
Thank you for your response! I will look into it. I found a quick'n'dirty fix for now :) Regards, Jouke van Rossum
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.3
Platform: Windows 8.1 (x64) Language: Visual Studio 2012 ActiveX C# |
|
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 |