This is a migrated thread and some comments may be shown as answers.

'get_masterTableView' is not in Grid found in NestedView

0 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dinesh
Top achievements
Rank 1
Dinesh asked on 20 Aug 2012, 07:32 AM

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,

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Dinesh
Top achievements
Rank 1
Share this question
or