Hi,
Initially, I set the ListGrid with auto-fetch be false.
Then I add button, as user click it the new dataRecord appear in ListGrid for user to enter the data that they want
HOWEVER, the data in DB are fetched and show on ListGrid.
How can I set that As startEditingNew, the data in DB will not shown on ListGrid.
Many Thanks for your help.
Initially, I set the ListGrid with auto-fetch be false.
Code:
listGrid.setAutoFetchData(false)
Code:
listGrid.startEditingNew();
How can I set that As startEditingNew, the data in DB will not shown on ListGrid.
Many Thanks for your help.
Comment