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'
Has anyone encountered this issue. I sure could use some assistance.
Thanks
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