In my application some users are adding data to a listview control containing a pipe symbol . But the pipe symbol is the separator for the items of each row. So, if data containing a pipe symbol are used, all items are shifted to right.
Is there any way to allow pipe symbols in the data, or do I have to refuse these symbols?
Detlef