I have a RadComboBox with 2 columns in the EditItemTemplate of a RadGrid's TemplateColumn. It uses streaming through ExternalCallBackPage to get its list data.
1.How do I implement a javascript on client side which updates a seperate column of RadGrid with the entry the user has selected.
2. The streaming tends to take time to load the data over. Is there any way to ensure that the data passing to this seperate column could be done once the loading is complete even after the user has left the control?
3. Right now the ExternalCallBackPage I'm using is having 5 different RadComboBoxes for streaming to the appropriate screens. Is this safe? Will there be any performance improvment if I shift each of the controls to its own individual page?
Thank you.
1.How do I implement a javascript on client side which updates a seperate column of RadGrid with the entry the user has selected.
2. The streaming tends to take time to load the data over. Is there any way to ensure that the data passing to this seperate column could be done once the loading is complete even after the user has left the control?
3. Right now the ExternalCallBackPage I'm using is having 5 different RadComboBoxes for streaming to the appropriate screens. Is this safe? Will there be any performance improvment if I shift each of the controls to its own individual page?
Thank you.