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
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.
Hi Boris,
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.