Forums

Full Version: Script to hide header from a datagrid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sdk.setAfterRenderCallBack('datagrid508', function() {
var temp = sdk.getWidget('datagrid508');
$("#" + temp.m_componentid).find('.datagrid-header-row').css({"visibility": "collapse" }); });