Categories | Question details Back To List | ||
Error when selecting multiple rows in grid I have multiselect defined on a grid. (grid.enableMultiselect(true)) When I am selecting multiple rows on the grid I am getting a javascript error that '_childIndexes' is null or not an object, although the multi-select is working. Where is this error coming from? Thank you. Answer posted by Alex (support) on May 19, 2009 07:22 Please, provide the code of grid intialization. |