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 Borris, That would be of immense help. Please take a sample employee list (ID , name , Designation) as the data source.
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.