is there any chance to reindex my DataGrid without exporting/importing the Datas?
I ask because after I fill this DataGrid I am using
Code: Select all
dispatch "SortDataByKey" to group "tabelle1" of card "main" with "mobile_sortieren", "numeric", "ascending", "false"
dispatch "RefreshList" to group "tabelle1" of card "main"
Q1: How can I reindex the DataGrid after the sorting
Q2: How can I read out the keys from the Index of a DataGrid (e.g. 5,2,4,3,1) , is there any command?
Thanks
Stefan