Hi,
I am using RadGrid column filter option. I am trying to add a new Filter menu. I have aded the same using the
I am using RadGrid column filter option. I am trying to add a new Filter menu. I have aded the same using the
RadMenuItem
class and it's shoing up in the Menu options. however when I select this newly added option I get the following javascript error: "Error: Sys.ArgumentException: 'FromTo' is not a valid value for enum Telerik.Web.UI.GridFilterFunction.
Parameter name: value".
can anyone tell me how to add this new filtermenu option to the GridKnownFunction enum or any other work around?
Thanks