Hi,
On an Advanced Form I have a RadComboBox that holds a list of Contact records which is populated using a SqlDataSource. The problem is that this list contains thousands of records, each of which are supposed to be displayed in the RadComboBox - but this crashes the application with a JSON error (because this list is probably too long for the RadComboBox).
Is there a way that a more graceful solution be implemented such as the following:
1. User double-clicks an empty slot in Scheduler to create new appointment
2. This opens up a special popup form (like the advanced form) where they can search and select the Contact record they want (using search text box, RadGrid, checkboxes). Click a 'Select' button
3. This then opens the Advanced Form with the selected Contact record details in it.
Please let me know if there is a way to do this or some examples that may point me in the right direction.
Many thanks.
On an Advanced Form I have a RadComboBox that holds a list of Contact records which is populated using a SqlDataSource. The problem is that this list contains thousands of records, each of which are supposed to be displayed in the RadComboBox - but this crashes the application with a JSON error (because this list is probably too long for the RadComboBox).
Is there a way that a more graceful solution be implemented such as the following:
1. User double-clicks an empty slot in Scheduler to create new appointment
2. This opens up a special popup form (like the advanced form) where they can search and select the Contact record they want (using search text box, RadGrid, checkboxes). Click a 'Select' button
3. This then opens the Advanced Form with the selected Contact record details in it.
Please let me know if there is a way to do this or some examples that may point me in the right direction.
Many thanks.