Quantcast
Channel: ASP.net MVC Awesome - jQuery Ajax helpers
Viewing all articles
Browse latest Browse all 345

New Post: Grid Groupable column with null value, does not work

$
0
0
you should be getting
Uncaught TypeError: Cannot read property 'toString' of null
in your browser console
this is actually fixed in dev version

but for now you need to make sure that ShowLocation func doesn't return null, so it could look like this:
function ShowLocation(model) {
    return model.Location || '';
}

Viewing all articles
Browse latest Browse all 345

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>