Hi,
I have a problem with the search option. I want to search a date field but it does'n work correct.
As example:
If i type the search tekst '1956' the recordset returns all the records from the persons who has born in the year 1956.
If i type the search tekst '12-04-1956' the recordset returns nothing.
The Column part is:
<WG:DateTime
ColumnId="Geboren"
EditAlign="Right"
GridAlign="Left"
IsInDataSource="True"
Primarykey="False"
Priority="40"
Required="False"
Title="Geboren"
Visibility="Both"
Searchable="True"
Format="dd-MM-yyyy"
/>
I hope that somebody can help me..
Regards Marc