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

GetBatchEditorContainer for GridTableView not found

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alfonso
Top achievements
Rank 1
Alfonso asked on 21 Jul 2015, 01:59 PM

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

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 24 Jul 2015, 07:40 AM
Hi Alfonso,

Such error could be observed if you are using an older version of the controls that does not support Batch Editing.

Please try to upgrade to our latest versions and see if everything will work as expected afterwords.


Best Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Alfonso
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or