Hi,
I have a “multiselect” combo box . Say the list items are library names. When each library name (Ex: LIB1) is selected, i have a query to server which gives the list of files in that library. Then i add those list of files to the jqxGrid.
When i select another library(Ex: LIB2), then the new list of files of LIB2 should be added at the top, rather at the bottom of the first library LIB1 files. At present when i add, it adds at the bottom of the earlier library file list
How can i do this? I have seen below example and it adds at the bottom of the earlier list. Can any one help me please !!