Enterprise portal development - binding AXDropdownBoundField control to an enum

631 Views Asked by At

I am new to EP development.I need to bind an AXDropdownBoundField control to an enum from code behind.

I do not see an ItemDataBound event here.

Is it possible? I do not want to use asp:dropdownlist here.

1

There are 1 best solutions below

0
On

You are right, there are only 3 events available to dynamics:AxDropDownBoundField:

  1. DataChanged
  2. FormattingValue
  3. Lookup