Hi all
I have a SPGridView that displays items from a list with filtering.
the list has some lookupfields. in my SPGridview the filter values of a lookupfield appear in this format:
{id};#{Value}
which makes the filter not work because it is expecting the value only without the {id};#
is there a way to display the filter values without the {id};# part ?
thanks