I have a parent grid and within my "detailInit" handler, I add a details grid. I am trying to make both grids "navigatable" and "editable", so I set those properties to true for both grids.
However, only the parent grid is navigatable and editable, and my child grid becomes read-only, even though I set "editable" and "navigatable" properties to true during the initialization of the child grid as well.
Could someone please point me in the right direction with this?
Thank you
However, only the parent grid is navigatable and editable, and my child grid becomes read-only, even though I set "editable" and "navigatable" properties to true during the initialization of the child grid as well.
Could someone please point me in the right direction with this?
Thank you