Hi Ramalakshmi,
I just answered your support ticket with this question. Please, if you have any questions about the suggested solution, post them there, so that we avoid duplicate posts.
Here is what is the suggestion:
You should be able to do it the same way as with regular grid columns. Here is how I made out Google-like filtering demo put a default filter for Country=Germany:
Copy Code
In case you have disabled linq expressions, use
"([Country] LIKE \'%Germany%\') "
for a filter expression.
More on creating filter expressions you can find here:
http://www.telerik.com/help/aspnet-ajax/grid-operate-with-filter-expression-manually.html
I hope this helps.
Kind regards,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now