Sometimes I need to have empty cells with just contain the nbsp char since otherwise explorer does not shows borders of the cell.
In that case jqgrid shows an ugly empty tooltiip.
The following patch fixes the issue:
diff –git a/js/grid.base.js b/js/grid.base.js
index a77041b..e08772e 100755
— a/js/grid.base.js
+++ b/js/grid.base.js
@@ -32,8 +32,13 @@ $.extend($.jgrid,{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top