Hey guys, so Iam developing this forms page for basic data entry and has couple of data bindings set up. So for example, I have couple of basic contact information, and on edit mode, I can edit them and save it to local database. My current problem is that I can achieve this by using Stacklayout, but not with RelativeLayout. So for Stack Layout, I just use a TextChanged function on the entry to detect any change and save it. I am using the same code, but in Relative Layout now and its not saving the change.
Advance thanks for the help guys