We have two panels added to our page programmatically, both are added to the RadAjaxManager. The first contains a RadComboBox, the second a RadGrid. The first grid panel is added as trigger for the combo box panel. When rows are added, the combobox should be updated with new items. This works when the grid(and panel) is added before the combo box(and panel). However when the combo box panel is added before the grid panel, the combo box isn't updated.
Unfortunately I was unable to reproduce this in a smaller demo project.
Any ideas for what we can try would be greatly appreciated!
OnInit:
Controls added
OnLoadComplete:
Controls in panels data bound if panel was updated
Page_PreRender:
Panels added to RadAjaxManager
Unfortunately I was unable to reproduce this in a smaller demo project.
Any ideas for what we can try would be greatly appreciated!
OnInit:
Controls added
OnLoadComplete:
Controls in panels data bound if panel was updated
Page_PreRender:
Panels added to RadAjaxManager