I receive the following error when I add the ONDetailTableBind to the attributes for the grid.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'ASP.radgridmasterdetaildisplay_aspx' does not contain a definition for 'GetTrans' and no extension method 'GetTrans' accepting a first argument of type 'ASP.radgridmasterdetaildisplay_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Source File: c:\Documents and Settings\...\TelerikDemo\RadGridMasterDetailDisplay.aspx Line: 15
Any ideas?
The problem goes away wne the OnDetailTableDataBind attribute is removed.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'ASP.radgridmasterdetaildisplay_aspx' does not contain a definition for 'GetTrans' and no extension method 'GetTrans' accepting a first argument of type 'ASP.radgridmasterdetaildisplay_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
|
Source File: c:\Documents and Settings\...\TelerikDemo\RadGridMasterDetailDisplay.aspx Line: 15
Any ideas?
The problem goes away wne the OnDetailTableDataBind attribute is removed.