I have a gridview where I need to show percentage of one column with some calculation logic.
It is done, I have a numeric value in one column says "Percentage" but in table I have "mark" field only.
Now I want to add a search filter for this "percentage" field but the problem is in my table there is no percentage so when I try to search percentage it checks for marks value only.
How can I search for "percentage" value in gridview filter instead of searching on "mark" field.
https://www.screencast.com/t/IfUezWnJ
Actually I have a value in database column 'battery' like '1256' and after some calculation I show the battery percentage in gridview. but in gridview search filter I would like to search by percentage. But I could not because in table we have no percentage.