Categories | Question details Back To List | ||
Load tabbar in layout from grid event Thanks again for your help. Now I want to add text inside the third frame (C) from XML when the user clicks a certain row in the grid (B). Is this the right code to do that? Entire layout won't launch with this code in there: var dhxtabbar = dhxLayout.cells("c").attachTabbar(); dhxGrid.attachEvent("onRowSelect",doOnRowSelected);{
Answer posted by Support on Dec 18, 2008 01:43 >>**** This is supposed to load the intiial page? If you have "selected" attribute for some tab in XML - it will be active after data loading and related url will be loaded >>*** This is supposed to load the pages based on rows clicked in the grid? It will reload tabbar for sure, but in above context the line dhxGrid.clearAll(); probably must be a dhxtabbar.clearAll(); |