Datagrid view, want new entries to always be at the top

0
i have a datagrid with data that i would like to display at the top of the screen instead of the newer entries going at the bottom of the database. I know you can filter that, but i would like it to automatically appear at the top. how would i approach this? 
asked
1 answers
1

Hi Jordan,

 

I am not entirely sure if I understand your question, so I hope this helps.

 

Within your Datagrid, you are able to define the sort order. So in your case, you could sort your entries based on createddate for example.

image.png

 

Hope this helps!

answered