[solved] Unable to Edit Record Item |
Post Reply |
Author | |
JoukevRossum
Groupie Joined: 03 November 2011 Location: The Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 18 February 2016 at 10:11am |
Hi,
I'm trying to make it possible to edit the value for an item in the first column. Below the code for creating the columns, according to the TaskList Sample this should be enough.. but it does not work....... I've also tried column.EditOptions.AllowEdit = true; but no result... var column = rcBerichten.Columns.Add(0, "Bestandsnaam", 250, true); column.Editable = true; column.TreeColumn = true; var column2 = rcBerichten.Columns.Add(1, "Selecteer een map (Optioneel)", 100, true); column2.Icon = map; column2.EditOptions.AddComboButton(); rcBerichten.InitialSelectionEnable = false; rcBerichten.PaintManager.TreeIndent = 5; rcBerichten.EditOnClick = true; Any ideas??
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.3
Platform: Windows 8.1 (x64) Language: Visual Studio 2012 ActiveX C# |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hi,
Make whole ReportControl editable
|
|
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 |