Hi,
I'm trying to change the filtervalue when a user performs a filter command on the grid.
Currently there's a column with a document ID. The documentID is normally an integer but we're formatting the ID as follows xxx.xxx.xxx.
So in the underlying datasource the column value is an integer but on OnItemDataBound I'm formatting this value to xxx.xxx.xxx
Now if the user enters a filter value like xxx.xxx.xxx, this doesn't work. I need to (I suppose) unformat the value.
What is the best place to do this?
Kind regards.
I'm trying to change the filtervalue when a user performs a filter command on the grid.
Currently there's a column with a document ID. The documentID is normally an integer but we're formatting the ID as follows xxx.xxx.xxx.
So in the underlying datasource the column value is an integer but on OnItemDataBound I'm formatting this value to xxx.xxx.xxx
Now if the user enters a filter value like xxx.xxx.xxx, this doesn't work. I need to (I suppose) unformat the value.
What is the best place to do this?
Kind regards.