Hi,
I have the following code line:
GridTableView masterTable = (sender
as
RadGrid).MasterTableView;
RadComboBox cmbCurrencies = (masterTable.GetBatchEditorContainer(
"COLUMN"
)
as
Panel).FindControl(
"cmbCURRENCIES"
)
as
RadComboBox;
Visual Studio compiler says:
Error98'Telerik.Web.UI.GridTableView' does not contain a definition for 'GetBatchEditorContainer' and no extension method 'GetBatchEditorContainer' accepting a first argument of type 'Telerik.Web.UI.GridTableView' could be found (are you missing a using directive or an assembly reference?)C:\DCS\Caronte\VSCaronte\Movistar.Caronte.Web\ControlTemplates\MovistarCaronte\Phases\RFQControl.ascx.cs70954Movistar.Caronte.Web
Why this method cannot be found?
Thanks in advance,
Alfonso