        <div id="product-grid4"
            class="product_grid_widget"
            data-role="grid"
            data-auto-bind="false"
            data-sortable="true"
            data-pageable="false"
            data-filterable="{ extra: false }"
            data-bind="source: products.dataSource"
            data-editable="false"
            data-selectable="true"
            data-resizable="true"
            data-scrollable="true"
            data-reorderable="false"
            data-columns='[{
		"field" : "_SELECTED_",
		"type" : "integer",
		"filterable" : false,
		"title" : "",
		"width" : 29,
		"headerTemplate" : "",
		"template" : "<div id=\"#=Order_Code#\" class=\"grid-selection-column-box#if(_SELECTED_>-1){# #=WE.selectionColumnTemplate(Order_Code)##}#\"><div class=\"checkmark\"></div></div>",
		"attributes" : {
			"class" : "checkmark"
		}
	}, {
		"field" : "Series",
		"type" : "string",
		"title" : "Series",
		"width" : 85,
		"filterable" : true
	}, {
		"field" : "Order_Code",
		"type" : "string",
		"title" : "Order Code",
		"width" : 109,
		"filterable" : true,
		"template" : "<span class=\"#if(_SELECTED_>-1){#nondraggable-cell-content#}else{#draggable-cell-content#}#\">#=Order_Code#</span>"
	}, {
		"field" : "Datasheet",
		"type" : "string",
		"title" : "Spec",
		"filterable" : false,
		"sortable" : false,
		"width" : 45,
		"attributes" : {
			"class" : "align-center"
		},
		"template" : "<a href=\"http://localhost/datasheet/#= Order_Code #.pdf\" target=\"_blank\"><div class=\"grid-column-img pdf-icon\"/></a>"
	}, {
		"field" : "Type",
		"type" : "string",
		"title" : "Type",
		"width" : 79,
		"filterable" : true
	}, {
		"title" : "Electrical Properties",
		"columns" : [{
				"field" : "Inductance",
				"type" : "double",
				"title" : "L",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fva=Inductance;if(fva){var v=Math.abs(fva);if(v>=0.001){ ##=kendo.toString(fva/0.001,\"n1\")#mH# }else if(v>=0.000001){ ##=kendo.toString(fva/0.000001,\"n1\")#μH# }else if(v>=1e-9){ ##=kendo.toString(fva/1e-9,\"n1\")#nH# }else{ ##=kendo.toString(fva/1e-12,\"n1\")#pH# } }#"
			}, {
				"field" : "Temperature_Warming",
				"type" : "double",
				"title" : "K @",
				"format" : "{0:n1}",
				"width" : 97,
				"filterable" : true,
				"attributes" : {
					"class" : "align-right calculated"
				},
				"template" : "#var fva=Temperature_Warming;if(fva){var v=Math.abs(fva);##=kendo.toString(fva,\"n1\")#K# }#"
			}, {
				"field" : "Resistance_DC_TYP",
				"type" : "double",
				"title" : "R<sub>DC,typ</sub>",
				"format" : "{0}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fva=Resistance_DC_TYP;if(fva){var v=Math.abs(fva);if(v>=1){ ##=kendo.toString(fva,\"n2\")#Ω# }else{ ##=kendo.toString(fva/0.001,\"n2\")#mΩ# } }#"
			}, {
				"field" : "Rated_Current",
				"type" : "double",
				"title" : "I<sub>R</sub>",
				"format" : "{0:n}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Rated_Current;if(fvf){##=kendo.toString(fvf,\"n\")#A#}#"
			}, {
				"field" : "Inductance_MicroHenry",
				"type" : "double",
				"title" : "L @",
				"format" : "{0:n1}",
				"width" : 97,
				"filterable" : true,
				"attributes" : {
					"class" : "align-right calculated"
				},
				"template" : "#var fva=Inductance_MicroHenry;if(fva){var v=Math.abs(fva);if(v>=0.001){ ##=kendo.toString(fva/0.001,\"n1\")#mH# }else if(v>=0.000001){ ##=kendo.toString(fva/0.000001,\"n1\")#μH# }else if(v>=1e-9){ ##=kendo.toString(fva/1e-9,\"n1\")#nH# }else{ ##=kendo.toString(fva/1e-12,\"n1\")#pH# } }#"
			}, {
				"field" : "Saturation_Current",
				"type" : "double",
				"title" : "I<sub>sat</sub>",
				"format" : "{0:n}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fva=Saturation_Current;if(fva){var v=Math.abs(fva);if(v>=1){ ##=kendo.toString(fva,\"n\")#A# }else{ ##=kendo.toString(fva/0.001,\"n\")#mA# } }#"
			}
		]
	}, {
		"title" : "Dimensions",
		"columns" : [{
				"field" : "Size",
				"type" : "string",
				"title" : "Size",
				"filterable" : true
			}, {
				"field" : "Size_Length",
				"type" : "double",
				"title" : "L",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Size_Length;if(fvf){##=kendo.toString(fvf/0.001,\"n1\")#mm#}#"
			}, {
				"field" : "Size_Width",
				"type" : "double",
				"title" : "W",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Size_Width;if(fvf){##=kendo.toString(fvf/0.001,\"n1\")#mm#}#"
			}, {
				"field" : "Size_Height",
				"type" : "double",
				"title" : "H",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Size_Height;if(fvf){##=kendo.toString(fvf/0.001,\"n1\")#mm#}#"
			}, {
				"field" : "Footprint",
				"type" : "double",
				"title" : "Footprint",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Footprint;if(fvf){##=kendo.toString(fvf/0.000001,\"n1\")#mm²#}#"
			}
		]
	}, {
		"title" : "Temperature",
		"columns" : [{
				"field" : "Temperature_MIN",
				"type" : "double",
				"title" : "T<sub>min</sub>",
				"format" : "{0:n1}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Temperature_MIN;if(fvf){##=kendo.toString(fvf,\"n1\")#ºC#}#"
			}, {
				"field" : "Temperature_AMB",
				"type" : "double",
				"title" : "T<sub>amb</sub>",
				"format" : "{0:n0}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Temperature_AMB;if(fvf){##=kendo.toString(fvf,\"n0\")#ºC#}#"
			}, {
				"field" : "Temperature_OPT",
				"type" : "double",
				"title" : "T<sub>op</sub>",
				"format" : "{0:n0}",
				"filterable" : true,
				"attributes" : {
					"class" : "align-right"
				},
				"template" : "#var fvf=Temperature_OPT;if(fvf){##=kendo.toString(fvf,\"n0\")#ºC#}#"
			}
		]
	}, {
		"title" : "Construction",
		"columns" : [{
				"field" : "Is_Shielded",
				"type" : "boolean",
				"title" : "Shielded",
				"format" : "<div class=\"grid-column-img bool-{0}\"/>",
				"width" : 79,
				"filterable" : true,
				"attributes" : {
					"class" : "align-center"
				},
				"template" : "<div class=\"grid-column-img bool-#= Is_Shielded #\"/>"
			}, {
				"field" : "Is_AECQ",
				"type" : "boolean",
				"title" : "Q<sup>+</sup>",
				"format" : "<div class=\"grid-column-img bool-{0}\"/>",
				"width" : 54,
				"filterable" : true,
				"attributes" : {
					"class" : "align-center"
				},
				"template" : "<div class=\"grid-column-img bool-#= Is_AECQ #\"/>"
			}, {
				"field" : "Core_Material",
				"type" : "string",
				"title" : "Material",
				"width" : 97,
				"filterable" : true,
				"attributes" : {
					"class" : "align-center"
				}
			}, {
				"field" : "Assembling_Technology",
				"type" : "string",
				"title" : "Assembling",
				"width" : 97,
				"filterable" : true,
				"attributes" : {
					"class" : "align-center"
				}
			}
		]
	}]'></div>
