I have a column in the grid that shows numers which are actually user IDs. I added a formatter to that column so that the IDs are converted to names.
The problem comes when I type text in the column’s search box. Since the search is performed on the actual values (the IDs), it doesn’t work as the end user expect.
Is there any option or parameter that I can set that makes the search to be done on the formatted values?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top