Title: Datagrid innerHTML rownumbers alignment problem Post by: can2pic on May 16, 2013, 06:51:36 AM Hi,
I save my datagrid to a blob and download as an rtf file to view in word, this works fine except the datagrid rownumbers are not aligned with the data rows Code: $('#tt').datagrid({ Example of saved file, as you see the row numbers do not align with the data any suggestions how to correct this? UpdateSave 1 2 3 4 5 Active Historic Status 4166 Active b7 4166 Active b6 4166 Active b5 4166 Active b4 4166 Active b3 4166 Active b2 Thanks Paul |