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
256
Remove group from ultraweblistbar
posted

Hi all,

Can anyone please tell me how to remove a group from the ultraweblistbar by clicking a button?

 

 

Parents
No Data
Reply
  • 45049
    posted

    I believe you can only remove groups from WebListbar in server-side code.  To do this, use the Groups.Remove() method using an instance of the group you want to remove, or the Groups.RemoveAt() method using the index of the group to remove.

Children