Announcements
Hello Experts,
I have one custom form , there is one grid call board reference details when i am entering data in this grid and saving the form its all okay. but when i refresh the page this grid data gets disappear.
Although it is saving in Database but not appearing on form UI. other grids on the forms are working fine. please advise on this.
Hi Sachin Gupta,
when you save your data, data source will not refresh and you should refresh it.to do this, you can add below code after the code of insert or update code.
YourTable_DS.research();
I am glad you solved your problem. You can mark the answer as verified and close the question.
Hello Ergun,
I found the issue , there was one data source on my form which was responsible to provide data in the grid. i have changed the link type for this data source from "Inner join" to "Outer Join" and it worked.
Thanks for your help.
Hello Ergun,
Thanks for looking into this issue , i have checked personalize on form , but i could not found the query tab , can you please share screen shot
Probably You have relation problem (or range). You can look;
Right cliclk/personalize/query tab.
In this tab you can see relations and ranges. Then go to table records and search any relation problem (or range)
André Arnaud de Cal...
294,241
Super User 2025 Season 1
Martin Dráb
232,982
Most Valuable Professional
nmaenpaa
101,158
Moderator