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
65
Multiple row Selection igHierarchicalGrid
posted

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/

Parents
No Data
Reply
  • 15320
    Verified Answer
    Offline posted

    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

Children