-
+
@@ -209,44 +209,44 @@
{
if (GridComponent.IsWeekSupported)
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
else
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
}
else if (typeAttr == "month")
{
if (GridComponent.IsMonthSupported)
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
else
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
}
else if (typeAttr == "datetime-local")
{
if (GridComponent.IsDateTimeLocalSupported)
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
else
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
}
else
{
-
ChangeValue(e, column, typeAttr)" />
+
ChangeValue(e, column, typeAttr)" />
}
}
else if (type == typeof(System.TimeSpan))
{
string typeAttr = ((IGridColumn
)column).InputType == InputType.None ? "time" : ((IGridColumn)column).InputType.ToTypeAttr();
- ChangeValue(e, column)" />
+ ChangeValue(e, column)" />
}
else if (type == typeof(bool))
{
@@ -256,14 +256,14 @@
{
}
else
{
- ChangeValue(e, column)" />
+ ChangeValue(e, column)" />
}
}
else
@@ -285,11 +285,11 @@
}
else if (((IGridColumn)column).InputType == InputType.Number)
{
- ChangeValue(e, column)" />
+ ChangeValue(e, column)" />
}
else
{
- ChangeValue(e, column)" />
+ ChangeValue(e, column)" />
}
@ColumnErrors.Get(column.FieldName)
diff --git a/GridBlazor/Pages/GridUpdateComponent.razor b/GridBlazor/Pages/GridUpdateComponent.razor
index 22cc73e5..879d775d 100644
--- a/GridBlazor/Pages/GridUpdateComponent.razor
+++ b/GridBlazor/Pages/GridUpdateComponent.razor
@@ -59,7 +59,7 @@
else
{
var selectedValue = column.GetFormatedValue(value);
-