hello,
I have a radgrid with
But when i tested Filtering Function, the error occurred:
I dont know this error, please help me fix this.
thanks,
hung
I have a radgrid with
GridHyperLinkColumn gridHyperLinkColumn = new GridHyperLinkColumn();
gridHyperLinkColumn.AllowFiltering = true;
gridHyperLinkColumn.CurrentFilterFunction = GridKnownFunction.Contains;
gridHyperLinkColumn.ShowFilterIcon = false;
gridHyperLinkColumn.AutoPostBackOnFilter = true;
Sys$Enum$parse is not defined
I dont know this error, please help me fix this.
thanks,
hung