Can We Change position of new record on grid view instead of bottom can we display on top?
The order is determined by the ORDER BY clause.
Not sure if i get your question right. In the sql section you can add an order by. This way you can change the output order.
Sry but my question is not related to sql order… on grid view when you click on add new button then i will get new column at bottom to insert new record instead of that can we change that new column position at top of grid.
i has same problem. i did something fast. i set the button addnew in the position footer so when i insert a new record, it is near from the button new.
Thanks for your reply but when we have more records with scroll then it will be difficult to find where we need to insert the data. Until and unless we scroll down.
Possible solution: add a quicksearch field to your grid/form, search the needed record and than insert the new record …
seems no one understands what you want here, I understand that what he wants is that every time you want to INSERT a new record, it is inserted into the first row of the grid view editable form.
Not the end, because when there are many records it is difficult to navigate all the way to see them.
good suggestion … Sc Team, put to work on it …
yes thats correct , when we try to add new record on gird it should be possible with first column
Are there any news to this topic? I am interested in the same feature. Or as an alternative: When inserting a new record the focus jumps to that new record in order to enter data immediately.
- New record always has last id,
- add id
- programically sort grid DESC by id
- set row with bigest id to edit state
hmm, maybe like above? But this is only no checked idea… or sort grid DESC onEdit
I am also having the exact same confusion as this thread topic mentioned. Since I am new to a grid view component, the grid view record thing is quite unfamiliar to me. The discussions here helped me gain a lot. Fortunes have eyes on me!