Categories | Question details Back To List | ||||||||
If I am reading this correctly, you are attempting to set a context zone to the first header, I tried this and it did not seem to work. Do I need the id of a div tag to attach that or should attempting to setContextZone really be taking an HTMLTableCell Object? Answer posted by Stanislav on Sep 07, 2007 19:31 The cell object can be enough cMenu.setContextZone(grid.hdr.rows[1].cells[0],"first_column") I will try to provide some sample on Monday Answer posted by Mike Addesa on Sep 07, 2007 22:15 That would be great, because as far as I can tell the tag id is required to setContextZone and there is no id when the header tds are rendered. Answer posted by Stanislav on Sep 10, 2007 17:41 Please check attached sample Attachments (1)
|