This is a migrated thread and some comments may be shown as answers.

problem with filtering in radgrid

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
nguyen
Top achievements
Rank 1
nguyen asked on 05 Jul 2011, 10:54 AM
hello,

I have a radgrid with
 GridHyperLinkColumn gridHyperLinkColumn = new GridHyperLinkColumn();
gridHyperLinkColumn.AllowFiltering = true;
 gridHyperLinkColumn.CurrentFilterFunction = GridKnownFunction.Contains;
 gridHyperLinkColumn.ShowFilterIcon = false;
 gridHyperLinkColumn.AutoPostBackOnFilter = true;
But when i tested Filtering Function, the error occurred:
Sys$Enum$parse is not defined
parse()Teleri...98f28bc (line 8060)
b = "Contains"
a = undefined
filter()Teleri...98f28bc (line 7933)
h = "CaseId"
a = "216"
c = "Contains"
f = undefined
(?)()EditCa...seq/326 (line 2)
 
I dont know this error, please help me fix this.
thanks,
hung

1 Answer, 1 is accepted

Sort by
0
Gabor
Top achievements
Rank 1
answered on 08 Jul 2011, 03:14 PM
I got the same error, but i did every step from the demo page.
Any help?
Tags
Grid
Asked by
nguyen
Top achievements
Rank 1
Answers by
Gabor
Top achievements
Rank 1
Share this question
or