I have a combobox in the edititemtemplate of two of my grid cloumns.
The comboboxes are realted combo boxes that is the value of the first combo determines the list in the second combo.
when I select something in my first combo , the second combo takes very long to load.
Is there something I can do to improve the performance.
I am using loadondemand for the combos.
The rest of my columns have a textbox in the edititemtemplate. I tried replacing them with the gridnumericcolumn but that makes no difference to the performance of the combo boxes.
please give any suggestions.
The comboboxes are realted combo boxes that is the value of the first combo determines the list in the second combo.
when I select something in my first combo , the second combo takes very long to load.
Is there something I can do to improve the performance.
I am using loadondemand for the combos.
The rest of my columns have a textbox in the edititemtemplate. I tried replacing them with the gridnumericcolumn but that makes no difference to the performance of the combo boxes.
please give any suggestions.