Hi,
I am trying to get the google-like-filtering on RadGrid control. I used the sample code from you website.
It seems like the visual studio is not finding where MyCustomFilteringColumnCS is coming from.. and, I am not sure what's the namespace for it either.
Could you let me know?
Thanks!
I am trying to get the google-like-filtering on RadGrid control. I used the sample code from you website.
It seems like the visual studio is not finding where MyCustomFilteringColumnCS is coming from.. and, I am not sure what's the namespace for it either.
Could you let me know?
Thanks!
5 Answers, 1 is accepted
0
Accepted
Hello Loya,
The namespace of the custom filtering column used in our online demo is
Telerik.Web.Examples.Integration.GridAndCombo
i.e. it is the same as the namespace of the example page itself.
However, please note that the MyCustomFilteringColumnCS.cs file should be placed in the App_Code folder. It is placed in the example folder only for easier reference from the online demos website.
Greetings,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The namespace of the custom filtering column used in our online demo is
Telerik.Web.Examples.Integration.GridAndCombo
i.e. it is the same as the namespace of the example page itself.
However, please note that the MyCustomFilteringColumnCS.cs file should be placed in the App_Code folder. It is placed in the example folder only for easier reference from the online demos website.
Greetings,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

asdf asdf
Top achievements
Rank 1
answered on 29 Apr 2010, 07:08 PM
What?
Please tell me how I can recreate the demo.
Where is this file?
Please tell me how I can recreate the demo.
Where is this file?
0

asdf asdf
Top achievements
Rank 1
answered on 29 Apr 2010, 08:41 PM
I found it here http://www.telerik.com/help/aspnet-ajax/grdgooglelikefiltering.html
But don't use it. It's full of hardcoded values, and possible sql injection, just rewrite it yourself.
(I'm not impressed)
But don't use it. It's full of hardcoded values, and possible sql injection, just rewrite it yourself.
(I'm not impressed)
0

asdf asdf
Top achievements
Rank 1
answered on 29 Apr 2010, 08:56 PM
Cannot create column with the specified type name: MyCustomFilteringColumnCS
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: Telerik.Web.UI.GridException: Cannot create column with the specified type name: MyCustomFilteringColumnCS
0

Dmitry
Top achievements
Rank 1
answered on 08 Sep 2011, 02:36 AM
Hi,
Coul you please provide information on declaration of this custom control considering that:
Solution is a Web Application, and not a Web Project ==>>> Thus please ensure that you do not have App_Code folder
Coul you please provide information on declaration of this custom control considering that:
Solution is a Web Application, and not a Web Project ==>>> Thus please ensure that you do not have App_Code folder