javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

Problem with the Renderer as it returns only String which causes incorrect sorting #517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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