<zk xmlns:w="http://www.zkoss.org/2005/zk/client" xmlns:c="client" height="100%" width="100%">\r
- <grid id="itemsGrid" sizedByContent="false" span="true" vflex="true" hflex="true" mold="paging" autopaging="false" model="@load(vm.searchResult)"\r
- emptyMessage="Nincs találat!" pageSize="50" onAfterRender="@command('onAfterRenderGrid')" style="border: none; background: white !important;"\r
+ <grid id="itemsGrid" sizedByContent="false" span="true" vflex="true" hflex="true" mold="paging" \r
+ autopaging="false" model="@load(vm.searchResult)"\r
+ emptyMessage="Nincs találat!" pageSize="50" \r
+ onAfterRender="@command('onAfterRenderGrid')" \r
+ style="border: none; background: white !important;"\r
oddRowSclass="listbox-odd-style">\r
<attribute name="onAfterRender">\r
Clients.evalJavaScript("clearSelection();");\r