update 20241206

This commit is contained in:
Stefan Hutter
2024-12-06 21:38:12 +01:00
parent 9dccb8be8f
commit 8ade484063
187 changed files with 60608 additions and 705 deletions

View File

@@ -64,6 +64,10 @@ namespace OnDoc.Helper
{
col.Width = Convert.ToInt32(dr["Breite"].ToString());
}
else
{
col.Width = 0;
}
if (Convert.ToBoolean(dr["Readonly"]) == true)
{
col.AllowEditing = false;