I have a rather complicated scenario:
-> Ragdrid (Grouped Data)
-> NestedViewTemplate
-> RadGridDetail (Ungrouped or Detail of data, here users can edit data)
-> GridTemplateColumn
-> EditItemtemplate
-> RadComboBox (For insert or update)
-> Imagebutton (open RadWindow)
On insert or update, the ImageButton is enabled and open a RadWindow, with a CRUD of a table that populate the RadComboBox.
When I run any command of CRUD, I need to reload all items of RadComboBox. How I can to do this? (or where can I find info about this?)
Thank in advance
Charly
-> Ragdrid (Grouped Data)
-> NestedViewTemplate
-> RadGridDetail (Ungrouped or Detail of data, here users can edit data)
-> GridTemplateColumn
-> EditItemtemplate
-> RadComboBox (For insert or update)
-> Imagebutton (open RadWindow)
On insert or update, the ImageButton is enabled and open a RadWindow, with a CRUD of a table that populate the RadComboBox.
When I run any command of CRUD, I need to reload all items of RadComboBox. How I can to do this? (or where can I find info about this?)
Thank in advance
Charly