Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

New record not creating at the end of the grid

(0) ShareShare
ReportReport
Posted on by 115

I am working on a form where end user can add a new item by pressing 'Add New' button. The problem is when a new item is created, it is not added at the bottom of the grid but at the start of the grid. 

I have changed StartPosition property on datasource to Last.

I have changed Insertatend property on datasource to yes.

I have added following code on the create method on datasource level:

formdatasource_ds.last();

After placing the above code, now the new records are being created at the second last place, right above the last record on the grid. 

It is important to mention that the Add New button is a command button with 'New' command which is set to create a new record in the grid. It has to do something with command button or now. If I need to replace command button with code, How can I create a new record on the grid using x++. can you share code for creating a new record ?? Thanks

  • Verified answer
    00030000036294D5 Profile Picture
    115 on at
    RE: New record not creating at the end of the grid

    The problem has been solved. I solved it by commenting out the super() of the click method of the command button and writing following code before the super():

    formDatasource_DS.last();

    formDatasource_DS.create(true);

    The first line of code brings the cursor at the last line on the grid. The second line of code creates a new row in the grid. So, it solves the problem.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,886 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,768 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans