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

Radgrid 'ExportToExcelText'

2 Answers 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jimmie
Top achievements
Rank 1
jimmie asked on 01 Apr 2011, 08:58 PM
I am using the 2011 Q4 Toolkit and the 2011 Q1 Telerik.Web.UI dll and some of the properties are all of sudden no longer recognized. I am getting several messages like the following.

Error 9 Type 'Telerik.Web.UI.GridCommandItemSettings' does not have a public property named 'ExportToExcelText'

<

 

 

MasterTableView DataSourceID="sdsForeclosureNotice" DataKeyNames="ForeclosureID">

 

 

 

<CommandItemSettings ExportToExcelText="" ExportToPdfText="" /> these properties are no longer recognized

 

 

 

<RowIndicatorColumn>

 

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

 

</RowIndicatorColumn>

 

 

 

 

<ExpandCollapseColumn>

 

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

 

</ExpandCollapseColumn>

 

 

 

 

<Columns>

 


Has anyone encountered this issue. I sure could use some assistance.

Thanks

2 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 07 Apr 2011, 09:36 AM
Hello Jimmie,

I tested this in a page with the AjaxControlToolkit registered and using one of its controls along with a grid with the same CommandItemSettings and did not notice any issues. Can you confirm if you have registered the Telerik.Web.UI.dll on your page? Does the grid recognize its properties if the ajax toolkit is not on the page?

Kind regards,
Tsvetina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
jimmie
Top achievements
Rank 1
answered on 07 Apr 2011, 01:59 PM
Tsvetina

Thanks for the reply, I resolved this issue. This application was converted from an earlier .NET, Telerik version and I had made a reference to an old project .dll (the dll with same name as the project). I deleted this reference and the project worked just fine. Apparently that .dll was compiled using an incompatible version of telerik.web.ui.

Thanks So Much
Tags
Grid
Asked by
jimmie
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
jimmie
Top achievements
Rank 1
Share this question
or