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.
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
Hi,
I just wanted to know if you were able to solve your issue based on Mike's suggestions or you still need help? Just let me know.
Thank you.
For some reason I hadn't received the email alerting me to his response earlier... In any case we found a way around this issue.