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

Type 'Telerik.Web.UI.RadGrid' does not have a public property named 'BatchEditingSettings'.

4 Answers 477 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hakan
Top achievements
Rank 1
Hakan asked on 12 Jul 2013, 01:18 PM
Hello,

I got this error when I try to build my solution: 
Type 'Telerik.Web.UI.RadGrid' does not have a public property named 'BatchEditingSettings'.

Since BatchEditing is a new component, clearly my current dll does not support BatchEditingSettings. Which version should I download?

P.S.: I still have demo version. 

4 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 12 Jul 2013, 01:30 PM
Hello,

<MasterTableView EditMode="Batch">
        <BatchEditingSettings />
        </MasterTableView>

New Batch Editing Functionality Brings the User Experience of Telerik’s Grid for ASP.NET AJAX Closer to Excel

Thanks,
Jayesh Goyani
0
Hakan
Top achievements
Rank 1
answered on 12 Jul 2013, 02:15 PM
Thanks Rayesh; I installed the new app.

Could you show me where is the DLL I must add to my project?
0
Jayesh Goyani
Top achievements
Rank 2
answered on 13 Jul 2013, 06:14 AM
Hello,

Method 1.

After installing Telerik RadControls Asp.net Ajax you can able to see telerik menu in top menubar.

Please select your Web project from your solution explorer. Then convert this project in to relerik web application. It will automatically add DLL and Handlers in your web project.




Method 2. After installing ASP.NET Ajax controls you can found DLL from below location.

In my system VS2010 in installed and OS is Window 7 64 bit.

C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q2 2013\Bin40

Thanks,
Jayesh Goyani
0
Hakan
Top achievements
Rank 1
answered on 15 Jul 2013, 01:12 PM
Thanks Raj,

I did those, but they didn't worked at first then I cleared my web.config entries from older telerik versions.. Now everything is fine. Thanks!
Tags
Grid
Asked by
Hakan
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Hakan
Top achievements
Rank 1
Share this question
or