- Joined
- Aug 1, 2006
- Messages
- 1
- Reaction score
- 0
Hi to all,
I have to provide pagination. I am using the dhtmlXGrid to view the Resultset which is form of an XML.The XML has a large set of records. The grid does not support pagination. So i decided to create my own pagination class. I am creating a Hashmap out of the XML and then i am retriving the particular requested page values from the HashMap.the problem is iterating through the HashMap.Please suggest a better approach to iterate. I thought of converting the HashMap to an array list . can there be any other method for fast retrival
Please Help....:? :guru:
I have to provide pagination. I am using the dhtmlXGrid to view the Resultset which is form of an XML.The XML has a large set of records. The grid does not support pagination. So i decided to create my own pagination class. I am creating a Hashmap out of the XML and then i am retriving the particular requested page values from the HashMap.the problem is iterating through the HashMap.Please suggest a better approach to iterate. I thought of converting the HashMap to an array list . can there be any other method for fast retrival
Please Help....:? :guru: