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
615
CellValueChangedEvent event not firing when programmatically setting cell value
posted

Hello,

I have a tree with some node cells set up with ultracheckeditors. I notice that the CellValueChangedEvent fires when checking off the editor but does not fire when setting the value programmatically. I've tried several permutations of setting the value mixed with different Enter/Exit edit mode calls (cell,row) but so far nothing seems to get the event to fire. The cell value is being set programmatically within a ToolClick event handler.

NetAdvantage 2009.2

thanks for any help.

Parents
  • 615
    posted

    I've managed to get the event to fire by setting the ActiveCell to BeginEdit which seems to change state of the EditorResolved object (which is a checkeditor). By changing the Value of the underlying CheckEditor (made available via EditorResolved) causes the event to fire. This seems a somewhat round about way to trigger the CellValueChangedEvent. Is there a better or recommended way of doing this?

     

    thanks

     

Reply Children