Hello,
Its a simple question with some misunderstanding i-e if I set the property of InsertItemDisplay to bottom and iterate through the rows newly inserted they always show at top. This is normal scenario if InsertItemDisplay is at top but weird when New Item is inserted at bottom. It looks like this:
Display Order RowIndex (Client JS)
4 (new row) 1
3 (new row) 2
1 (old row) 3
2 (old row) 4
Please provide a solution.
Appreciate your help.
Its a simple question with some misunderstanding i-e if I set the property of InsertItemDisplay to bottom and iterate through the rows newly inserted they always show at top. This is normal scenario if InsertItemDisplay is at top but weird when New Item is inserted at bottom. It looks like this:
Display Order RowIndex (Client JS)
4 (new row) 1
3 (new row) 2
1 (old row) 3
2 (old row) 4
Please provide a solution.
Appreciate your help.