I have created a UltraExploreTree and assigned to the UltraTextEditor.Now I want to set EditorComponent of specific grid cell with UltraTextEditor. I have tried this but cell displayed blank.
Is any idea on how to do this.
Thanks,
Jyoti
Hi jyoti,
Could you please try with the following code and let me know of the results:
e.Row.Cells[0].Column.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
e.Row.Cells[0].Column.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
Hi Boris,
Can you please help me out on my previous post ?
Its working now.. :-)
But now i have another issue that user should not able to type value in that particular cell where UltraTree is bind. User should only select value from UltraTree nodes.
I tried with e.Row.Cells["Value"].Column.CellActivation = Activation.ActivateOnly; . But problem I am facing is that now TreeDrop down is not visible. Can u please suggest somthing on this?
Thanks in advance.
Hello Jyoti,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.