I have a Static Dropdown with 2 Values "Hello" "World"
I wonder if is possible to overwrite the Runtime Variable to reflect perhaps this static from a JS or JQuery List....
//<!tCDATAA
Sys.Application.add_init(function() {
$create(SourceCode.Forms.Controls.Web.DropDownBehavior, {"_dataSourceType":"Static","_fixedListItems":""{"display":"Hello","value":"World"},{"display":"Second","value":"Second"}]","_tabIndex":0,"_waterMarkText":"Select an item","id":"00000000-0000-0000-0000-000000000000_12b85519-823f-7099-17e7-b2152c0c9dbb"}, null, null, $get("00000000-0000-0000-0000-000000000000_12b85519-823f-7099-17e7-b2152c0c9dbb_DropDown"));
});
//]]>
Or perhaps have a K2 Service Instance with SMO that directly retrieve this feed from URL and is able to use as DataSource Dynamic from a specific URL.
Any ideas...