Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - [solved] Unable to Edit Record Item
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] Unable to Edit Record Item

 Post Reply Post Reply
Author
Message
JoukevRossum View Drop Down
Groupie
Groupie
Avatar

Joined: 03 November 2011
Location: The Netherlands
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote JoukevRossum Quote  Post ReplyReply Direct Link To This Post Topic: [solved] Unable to Edit Record Item
    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#
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2016 at 8:31am
Hi,
Make whole ReportControl editable
rcBerichten.AllowEdit = True
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.