This question is locked. New answers and comments are not allowed.
I want use this code in my gird column but i saw this error
"BC36675: Statement lambdas cannot be converted to expression trees."
columns.Bound(Function(model)
Select Case model.status
Case 1
Case 2
Case 3
Case Else
Return ("sdfsdf")
End Select
End Function).title("aaaaaa")
"BC36675: Statement lambdas cannot be converted to expression trees."
columns.Bound(Function(model)
Select Case model.status
Case 1
Case 2
Case 3
Case Else
Return ("sdfsdf")
End Select
End Function).title("aaaaaa")