I'm trying to add a record with parameters and have the validation come up to tell the user the field is required.
Currently, when I add a record with parameters, the validation does not come up. Adding a record without parameters works.
I tried working around this by calling the endEdit method after I start to edit the row, but the validation is actually misaligned to the wrong row when I do that.
To reproduce in the demo app click the Add Child record with Parameters button.
1) I add a row with parameters
2) In action complete refresh gets fired twice, on the 2nd fire of refresh I select the row and call beginedit.
3) On begin edit I call endedit.
That's great news. Thanks for the update Farveen!