Now compatible with jQueryUi 1.10.1 and jQuery 1.9.1
Default: false
It overrides null values obtained from the database query with an empty string.
Initialize a combogrid with the replaceNull option specified.
$( ".selector" ).combogrid({ replaceNull: true });
Get or set the replaceNull option, after init.
//getter
var replaceNull = $( ".selector" ).combogrid( "option", "replaceNull" );
//setter
$( ".selector" ).combogrid( "option", "replaceNull", false );
Press keyboard "down arrow" to open the menu. null values are replaced by an empty string.
Press keyboard "down arrow" to open the menu. null values displayed in the menu.
Combogrid is designed, developed and maintained by a single programmer.
Copyright © 2010-2011 All Rights Reserved by Sara D'Alia | Site designed by Amatyr4n