Forums
How to hide header from datagrid ? - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: How to hide header from datagrid ? (/showthread.php?tid=528)



How to hide header from datagrid ? - Asma M - 12-23-2022

"sdk.setAfterRenderCallBack('datagrid508', function() {
var temp = sdk.getWidget('datagrid508');
$(""#"" + temp.m_componentid).find('.datagrid-header-row').css({""visibility"": ""collapse"" }); });"