update 20241206
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user