I Have a grid ( "gridA" ), In Nested View has another Grid ( "gridB" )
In "gridB" has a RadMenu and when the the rad menu is clicked there is a js function to be called see below code sample.
function missionGridRadMenuOnClick(rowIndex, missionGridId) { var grid = $find(missionGridId); var masterTableView = grid.get_masterTableView();
Last line of above code get following error.
"Object doesn't support property or method 'get_masterTableView'"I have attached the grid properties when debugging with IE. when debugging also I cant see the
get_masterTableView().
Anybody have an idea about this issue. the main different I see is this grid in a NestedView of another grid.
Thank you in advance,