Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
83
How to add items manually in combobox.
posted

I have collection of object,which contains 6-7 properties.Collection having over 30,000 records.If i go by giving collection to the datasource of combobox,then it will tell lot of time,as it will represent it as a grid.then i have to hide some column and ...inshort this process will take lot of time.Instead of this i want to add 30,000 records manually,by adding combobox.item.add(key,value),or something like that.

I read in the forum,there you cannot add items manually,you must have to give datasource.

Can you suggest me anything(like dictionary etc...) that will take less time to process?

 Thanks,

Jay Parikh.