Group: StrataFrame Users
Posts: 9,
Visits: 19
|
Unfortunately, the approach above doesn't completely work for us. The underlying value is set to null when the textbox is emptied. This is the behavior we want.
However, we let StrataFrame create a FieldPropertyChanged event for us en we added some logic to this event. This event is not fired because we are not changing the field, but the underlaying value in the datatable/datarow. But we do want to raise the event!
I've tried 2 ways to get this to work:
1. I have tried to raise the FieldProperyChanged event from the OnKeyUp but don't know how to do it (if it is at all possible).
2. I have tried to set the field in another way than through the CurrentRow property, but I can't find a way to do this.
Can anyone help out?
|