Hello,
Is it possible to set an ID for a column in a ListGrid? This ID can be used to identify a particular column and adjust the output of the getPrintHTML(). Right now this is how the header of a column appears:
Hence "Column X" has id='isc_C8' which is dynamically generated by the smartgwt framework. Is it possible to set a certain ID so I can use it later for further processing?
Thank you
Is it possible to set an ID for a column in a ListGrid? This ID can be used to identify a particular column and adjust the output of the getPrintHTML(). Right now this is how the header of a column appears:
Code:
<TD CLASS=printHeader ALIGN=left><div style='display:inline-block;max-width:100%;text-align:left;vertical-align:middle'><div id='isc_C8' style='overflow:hidden;text-overflow:ellipsis;white-space:nowrap;'>Column X</div></div></TD>
Thank you
Comment