Hi,
Jquery IgHierarchical Grid
i created hierarchical grid having child grids. one column of child grid is editable.
i am having add new item button which append new record to ighierarchical grid. now newly added items child grid is editable. but previous child grids are not editable.
suppose i delete any row from hierarchical grid, none of the child grid is editable.
( In short when i am rebinding grid, newly created child grid is editable but no other child grids are editable ).
var rows = $(grid).igGridSelection("selectedRows");
it return child grid rows properly on intial load. when i add or delete rows from hierarchical grid, igGridSelection("selectedRows") returns empty array.
Thanks in advance
Hi Tsanna, i am also facing similar type of issue.
after data rebind i am not able to select child rows.
http://jsfiddle.net/uaxjgh9u/2/
if you check above example it is working fine but when same concept implemented in my application, child grid selection not working.
i am not able to reproduce the same issue in demo example but following similar procedure.
https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/107131/when-we-are-rebinding-data-to-hierarchical-grid-child-row-selection-not-working#504942
Please look into it. Thanks in advance.
Hello Rupali,
I would appreciate if you send me an isolated sample that reproduces the issue or you can give me more details around your grid configuration, so that I can create a sample on my side and try to reproduce the issue. Please tell me also the product version that you're using. If you have further questions, feel free to contact me.
Regards, Tsanna