still i m not able to create a combo which has more number of options.
i am using tag.
<cell xmlcontent=“true” source=“data.jsp”>1
Here source is use to get all the options of the combo. basically it is taking all the options at the time of loading. so for 5 no. of rows it is going to the ajax jsp, 5 times. so it is very slow. that’s why i want to load the options of combo when user click on a particular combo cell(source will call at the time of combo onclick).
I want to create a normal drop down.
means a drop down contains more then 2000 options, which is non editable and when user click on the drop down cell it will display all the options (ajax is required to get all the options when user click on the drop down cell).
can you please guide me in the code. because i am unable to create such drop down with your given link.