Hi i'm trying to select multiple rows in the child grid, but the Selection Feature is not working on the igHierarchicalGrid
What am i missing?
Here's a fiddle with the example:
http://jsfiddle.net/7opmgLmz/16/
Hello Tiago,
Please note that Selection feature in igHierarchicalGrid has to be defined only on the root level and there's no need to define it on the child levels. Another thing to note in angular scenario when you're defining properties with names containing capital letter is that you should replace the capital letter with "-", for example "multipleSelection" should look like this: multiple-selection. Here is the modified version of your sample in jsFiddle for your reference: http://jsfiddle.net/7opmgLmz/19/
If you have any questions, feel free to contact me.
Regards,
Tsanna
Thanks for you assistance, Tsanna.
Tiago