Posted 11 December 2020, 9:44 am EST - Updated 3 October 2022, 3:04 pm EST
Hello Team,
I working on Wijmo Grid Column Picker aka Wijmo ListBox with checkboxes.
I have requirement where I need to load the items vertically ↓ and also limit the number of rows to 5 and can have N number of columns and as per the existing ListBox functionality the items are loaded horizontally →.
I’m dynamically getting the data which will be sorted in ascending order and then binding it to Listbox so won’t be able to fulfill the above mentioned requirements.
I’m using Angular 9 with Typescript, Can you please help me with this issue.