Hi,
I got a little problem with local resources and the RadGrid under Mono. If I create local resources for a page where I use a grid I get the following error:
If I remove the meta:resourcekey="xyz" attribute everything works fine.
I am not that sure if this is a Telerik problem at all. This is why I also filed a Mono bug. There you can find a small project attached which reproduces the error on Mono. You can find it here: Novell-Bugzilla
Did you ever come across this issue?
Best regards
Ferdinand
I got a little problem with local resources and the RadGrid under Mono. If I create local resources for a page where I use a grid I get the following error:
Compilation Error |
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. |
Compiler Error Message: CS0029: Cannot implicitly convert type `string' to `bool' |
Source Error: |
Line 25: </ExpandCollapseColumn> |
Line 26: <Columns> |
Line 27: <telerik:GridBoundColumn DataField="ID" HeaderText="ID" UniqueName="column" |
Line 28: meta:resourcekey="GridBoundColumnResource1"> |
Line 29: </telerik:GridBoundColumn> |
Source File: /home/mono/Desktop/MonoProblemTest/MonoProblemTest/Default.aspx Lines: 27, 30, 33 |
I am not that sure if this is a Telerik problem at all. This is why I also filed a Mono bug. There you can find a small project attached which reproduces the error on Mono. You can find it here: Novell-Bugzilla
Did you ever come across this issue?
Best regards
Ferdinand