How can one get the ID’s of every row in a grid, even across pages?
getDataIDs and getRowData only gives the ID’s of the current page.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible only if you have local grid (
datatype:'local'or havingloadonce:true). In the case all data inclusive ids for all pages are already locally. In the case you can use_indexparameter, which will be used typically together with another more known parameterdata. Withyou will get the
_indexparameter. It is an object which has as the properties all ids of grid. So you can enumerate the ids with