paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 539 forks source link

Flexigrid is displaying "null" when it gets the JSON object from Rest services. #135

Open mourya09 opened 10 years ago

mourya09 commented 10 years ago

I am using flexigrid and when the JSON object comes null then it displays "null" in IE8. it is strange this problem doesn't get replicated in IE9. Therefore logging issue for flexigrid. screenshot-1

This problem can be fix when we go in the source code and check for "JSON" object.

if(td.innerHTML == null || td.innerHTML == "null" ) { td.innerHTML = " "; }