Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2385
Question on keeping the index of Record
posted

I want to record the index of some Records which is modified before sort and filter. But after sort and filter, the Record.Index is changed. I find RecordManager provide UnSorted and GetFilteredOutDataRecords.

I want to know which one I can use for finding the record with the index I save.

Parents
No Data
Reply
  • 7305
    posted

    Hello,

    You have two different operations. Before sorting you can use Unsorted property to obtain the record index. Before filtering you can use GetFilterOutRecords method to retrieve the record index handling RecordFilterChanging event.

    Sam

Children