1
vote
1answer
208 views

Choice field event handler

I have a drop-down choice field in a custom list I'd like to add an event handler that fires when a value is selected from the drop down. I'd originally attached to the itemupdating event but ...
0
votes
0answers
41 views

Choice field editable from CQWP

I have a list which includes a choice field that has values displayed in a drop down. I have added an event handler to the list item so that when a value is selected from the drop down an alert is ...
1
vote
1answer
692 views

Add choice to SPFieldChoice from an Eventreceiver in sandboxed

I am trying to make a sandboxed solution that adds a couple of itemeventreceivers to a list, that add the items to the choices of a choicefield. The result would be something like a lookup field, ...