Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am trying o retrieve the value apply on filter on itemcommand.
But everytime its showing me blank.


Please help me out.

Thanks in Advance!

What I have tried:

Dim filterPair As Pair = DirectCast(e.CommandArgument, Pair)
Dim filterBox As TextBox = CType((CType(e.Item, Telerik.Web.UI.GridFilteringItem))(filterPair.Second.ToString()).Controls(0), TextBox)

Secondly i try with CurrentFilterValue() function.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900