Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1085
UltraCombo data bound Column edit
posted

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.

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

Children