Posted 28 January 2019, 4:43 am EST
I want to create a wijmo flex grid inside a wijmo grid.
Each row of a wijmo flex grid should have another flex grid below it which needs to have single row or multiple rows depending on selecting a radio in that particular row
The outside grid should have radio buttons basic and non basic and upon clicking basic of the radio the wijmo grid for that row should have option to create more rows.
If basic is selected as option we need to create a wijmo flex grid with only one row with no otption of adding further rows.
Eg : https://angular-s2qnvv.stackblitz.io/ For each country I need to have a wijmo flex grid below it by default with some more options.So if I have ten countries I need to have 10 flexgrids corresponding to them below each row itslef and the ability to add more rows or not should depend on the radio selected 1 or 2.1 selected should have rows that can be added and if 2 is selected rows can’t be added further.
Using angular 6 with wijmo flexgrid