Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Add ExplorerBar items Client Side
posted

Good Day,

Please note that I found that one can retrieve/get the explorer bar items as per the below example;

var explorerBar = $find('<%= WebExplorerBar1.ClientID %>');
var groupCollection = explorerBar.getExplorerBarItems();
var group = groupCollection.getItem(0);

Is it possible to add/set these items on the client side from a group and item perspective?

Regards,

Nathan

Parents Reply Children