Hi,
I've implemented an igGrid with relative igHierarchicalGrid. I set updating feature on the first grid and the same on the second one (child grid).It works correctly for both grids, but the problem is the following one: if I have a row without children I am not able to create new ones, because I can't see '+' expand character and I am not able to open the child grid...How can I have a child grid also for those rows that do not have children?
Thanks
Flavio
Hello Flavio,
Thank you for posting in our forums.
I think that a similar question of yours was answered some time ago by Angel Todorov
http://es.infragistics.com/community/forums/p/66844/337969.aspx#337969
You need to enable Load on demand (LoadOnDemand = true in the MVC wrapper, or set initialDataBindDepth to 0 in the options, if you are using just the client-side widget).
Hope this helps.
Yes,
sorry: I forgot to specify that I asked this thing time ago. To be honest this newer question is the same, but when I asked it the first time I was using Infragistics 11.2...now I am using 12.2 and I hoped something changed.Do you confirm me that Angel suggestion and yours is the only one possible solution?I mean: I don't want to use LoadOnDemand, but at the same time I completely define the GridModel by controller side, and I don't understand why I can't define by controller side the initialDataBindDepth property...Flavio