RadGrid Custom Filter?

I saw this as a fix for this question somewhere Try adding: RadGrid1. EnableLinqExpressions = false.

I saw this as a fix for this question somewhere. Try adding: RadGrid1. EnableLinqExpressions = false.

Yes, that's exactly what I had to do. – Aaron Apr 8 '10 at 13:32.

I'm trying to add a custom filter to my RadGrid. I have a column, vendNum, which I want to allow users to filter on multiple vendNums with a comma-separated list. Basically, I want the same functionality as an "in" statement in SQL (where vendNum in (X,Y,Z)).

I followed the tutorial on this site and came up with the following code to place in my RadGrid1_ItemCommand event. Doing this, though, keeps giving me an error "Expression Expected" when I try to filter with a comma separated list. I'm still able to filter a single vendNum.

My FilterExpression does come out as expected. The code is failing on the RadGrid1.Rebind() statement. Has anyone dealt with this before?

Any help is greatly appreciated. I solved this problem weeks ago...I had to set the "EnableLinqExpressions" property to false under the RadGrid.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions