Kendo UI Grid multi level hierarchy (n-levels of hierarchy)

后端 未结 2 1806
难免孤独
难免孤独 2020-11-29 12:39

I am using the Kendo UI Grid and currently display parent child records appropriately. However, it turns out that i will actually need to display n-levels vs. strictly pare

2条回答
  •  隐瞒了意图╮
    2020-11-29 13:05

    Not sure if this question is still open, but a simple solution is to use recursion in the "DetailInit" function, like below:

    
    
    
        
        
        
        
        
        
    
        
        
        
    
    
    
    
            

提交回复
热议问题