We have a data set which has around 2k to 4k data that loads in dropdown list. When dropdown is bound to this data, it hangs the IE browser and stops responding.
We can take a route of defer loading of data (i.e. load data in bunch of say for e.g. in bunch of 100).
Is there any way we can achieve this functionality in dropdown?