Among the records displayed in the radgrid, there are some records with single quote :- " ' " . For example names like O' Neil etc.
Now invoking a search on the column with search value = ' , no records are fetched, even though there are valid records with '. How can I enable search with values like this.
Second case, while searching with a double quote, the value entered in the search text box (") is not posted as the value in the code behind is empty, and hence the entire record set is displayed wiyhout filtering. It will of great help if it is possible for me to search with thhese 2 special values.
Additional info: I am usind rad controls for ASPNET AJAX Q1 2008. I am viewing in IE6.
Now invoking a search on the column with search value = ' , no records are fetched, even though there are valid records with '. How can I enable search with values like this.
Second case, while searching with a double quote, the value entered in the search text box (") is not posted as the value in the code behind is empty, and hence the entire record set is displayed wiyhout filtering. It will of great help if it is possible for me to search with thhese 2 special values.
Additional info: I am usind rad controls for ASPNET AJAX Q1 2008. I am viewing in IE6.