Dear Mr Abu,
I want to create grid with Dropdown Dependent from country -> state -> City -> Village.
The proble is, when the form load with Village data, the form like hang because the village more than 6.000 data.
Would you like to solve my problem?
Regards,
Samsun
1 Answers
Best way to filter from 6000 data is to use autocomplete.
Read this: https://stackoverflow.com/questions/2444951/best-way-to-support-large-dropdowns
Demo code that uses city as autocomplete in dependent dropdown sample.
https://gist.github.com/gridphp/fdb8ff6e41af9a64e370bfade9776884
Your Answer