0

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.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50

1 Answers1

0

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

  1. DataChanged
  2. FormattingValue
  3. Lookup
10p
  • 5,488
  • 22
  • 30