So I have a search function that populates the a Datagrid through it's data store and a manual selection tool that adds or removes items from the grid. Items are added with: data_store.newItem(data);The add function places the new items at the end of the grid. I would like this new entry to populate the new item at the top of the grid. Since I am using the data store and not an array, I can't use a function like unshift to place at the beginning of the array. I thought I had seen someone on these forums solve this before, but I can't find the post. Ideas anyone?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.