When using ColumnSets I cannot get to show my editor buttons ONLY when ActiveAndHotTracked
it shows the buttons always
is this supposed to be or am I missing something
Hello,Is what you want - show the buttons, either on hovering with mouse on any cell, or if the cell is active?Or you want to have the buttons only when a cell is active AND is being hovered with the mouse?
Thank you in advance.
Well, whatever the value ActiveAndHotTracked supposed to do, which is indeed "either on hovering with mouse on any cell, or if the cell is active".
But instead it shows ALWAYS.
Here's my code:
UltraTree1.Override.ShowEditorButtons = Infragistics.Win.UltraWinTree.ShowEditorButtons.ActiveAndHotTracked
Hello,
After some research, the "Support of ShowEditorButtons property when using columnsets" has been determined to be a new product idea. I have sent your idea directly to our product management team.
Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.
Your reference number for this product idea is PI12100165.
If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Yes I do need assistance,
I'm well aware of the help file, and indeed when using conventional nodes it behaves as expected but when using columnSets it does not.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Could you please take a look at the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinTree.v12.2~Infragistics.Win.UltraWinTree.ShowEditorButtons.html.
This states that "Show the editor buttons while editing a node's label and for the hot tracked and active nodes. ". It means that it would show either if the node is selected with the mouse, active or being edited.