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
535
UltraDropDown in an UltraGrid column is for selecting ONLY, no editing.
posted

(This regards Win NOT Web).

I have researched other posts re: "uneditable columns" and have read this article:

HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?

I have an UltraDropDown in an UltraGrid column. 

My issue is that as soon as I set .Activation to anything other than "AllowEdit", as detailed in the

above article, in the InitializeRow event, the UltraDropDown stops working ????

How can I have any UltraDropDown column in a WinGrid for selection purposes ONLY, the column

should NOT be editable following the close of the UltraDropDown ???

This WinGrid has some bound and some unbound columns. This UltraDropDown column of the UltraGrid

is UNBOUND, although the UltraDropDown itself IS BOUND to a 1-column table of items appearing in the dropdown.

How can I prevent editing in the unbound UltraDropDown column ???

Thank you,

XPXJ

Parents
No Data
Reply
  • 5
    posted

    With reference as far as I have understood the same. You need to set the Column / Cell Style to Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList . And the editing will take care of itself.

Children
No Data