X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.grid.Grid.json;h=cfda08b613eb016d5e0ab889b9fd9ce84de77bed;hb=23a0c8c1c7942f78ddb512df49e0ff19f12b06fa;hp=919499ffc0b3a5e75605e7bd847728f6ccd122ab;hpb=7811bdad238a16fa881fa617d9c4e53da624968e;p=roojs1 diff --git a/docs/symbols/Roo.grid.Grid.json b/docs/symbols/Roo.grid.Grid.json index 919499ffc0..cfda08b613 100644 --- a/docs/symbols/Roo.grid.Grid.json +++ b/docs/symbols/Roo.grid.Grid.json @@ -3,6 +3,10 @@ "augments" : [ "Roo.util.Observable" ], + "childClasses" : [ + "Roo.grid.EditorGrid", + "Roo.grid.PropertyGrid" + ], "desc" : "This class represents the primary interface of a component based grid control.\n

Usage:
\n var grid = new Roo.grid.Grid(\"my-container-id\", {\n     ds: myDataStore,\n     cm: myColModel,\n     selModel: mySelectionModel,\n     autoSizeColumns: true,\n     monitorWindowResize: false,\n     trackMouseOver: true\n });\n // set any options\n grid.render();\n
\nCommon Problems:
\n- Grid does not resize properly when going smaller: Setting overflow hidden on the container\nelement will correct this
\n- If you get el.style[camel]= NaNpx or -2px or something related, be certain you have given your container element\ndimensions. The grid adapts to your container's size, if your container has no size defined then the results\nare unpredictable.
\n- Do not render the grid into an element with display:none. Try using visibility:hidden. Otherwise there is no way for the\ngrid to calculate dimensions/offsets.
", "isSingleton" : false, "isStatic" : false,