I am having a list of integer values on which I need to show a tooltip in
the grid. Upon using Renderer the integer value converts into String
because of render function provided by Renderer interface.
Now when I apply sorting on this particular rendered column then it shows
weird results because integer values have been converted into string
values.
This is all because of String return type of render function in Renderer.
Instead it should return Object.
Whats the best solution acc to you Sanjiv Jivan.
I am using GWT 2.0 on Windows,IE.
Original issue reported on code.google.com by chitramu...@gmail.com on 6 Nov 2009 at 8:04
Original issue reported on code.google.com by
chitramu...@gmail.com
on 6 Nov 2009 at 8:04