Hi!
I created a property grid with the ultra tree (each property is a node on first level) and I have 2 columns (property title and value). The value is editable. If I configure the ultraTree.ColumnSettings.TabNavigation, then I navigate through each column (label and value). That's not what I want.
I want to navigate to the next celle value (like BelowCell in the ultraGrid). Is there a way to accomplish this ? In the same way, I want that the Enter key does the same thing. Is it possible ? I tried PerformAction(UltraTreeAction.NextCell, false, false) but nothing happens.
Best regards,
Benoit
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that I provided you?
Let me know if you need any further assistance.
Thank you for using Infragistics Components.
As I said in my first message, I already tried this solution and it doesn't work as we want. The navigation goes to the label column, then to the column value.
Any other ideas?
Hello Francis,
I have created a sample with WinTree on VS 2010 with NetAdvantage 10 vol. 2.
Please test the sample and let me know if this is not what you are looking for.
I am waiting for your response.
I tried your sample and, as I said, that's not what I want. My tree is a property grid (2 columns, the first for the label read-only, and the second for the value). When I make a "tab", I want to navigate down in the second column to have fast edition in the property grid. So TabNavigation = NextCell doesn't work in this situation. I tried to program OnKeyDown with Tab Key to make PerformAction(BelowCell) but the tab key cannot be overidden in the tree :( (I read this info somewhere in the docs)
Is there any other solution?
I tried your sample et it works. Thanks a lot for the assistance.
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that I provided you? Did you test the sample that I send you ?
I have modified PropertyGrid sample according to your requirements by using my previous suggestions, and now when you press “Tab” or “Enter” you are able to navigate down in the second column to have faster editing in the property grid. Please test the sample and let me know if this is what you are looking for.
Let me know if you have any further questions