Hi , I have an ultracombo which is databound to a datasource. Once the user clicks the drop down button of the ultracombo , i am showing three columns in the drop down . I want one of the columns only to be editable (simple text edit ), so that user can edit the data in that column. can anyone tell mehow to do that. I dont find a allow edit property in the column property as its thr for Ultragrid.
Hi RC,
The UltraCombo does not support editing in this way. For your scenario you could use for example an UltraTextEditor, adding a DropDownEditorButton to it and assign an UltraGrid instance to button's Control property.
Do you want me to create some specific sample for you? Please let me know of your requirements.
Hi Borris, That would be of immense help. Please take a sample employee list (ID , name , Designation) as the data source.
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.
Thanks a lot boris. I need a small help. Is there a way to show tooltip for a disabled UltratextEditor ..Can you attach a sample ?
Could you please review the sample attached to this post(a little bit tricky, using another control with transparency) 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 borris , Sorry for the late reply..it was exectly what was needed..thanks
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.