You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I have help from you .
I need to add a TimePicker to the form as FormTimePicker to display RegistredTime colomn in Customers table
As Example:
<controls:FormTimePicker Header="Registred Time" Time="{x:Bind EditableItem.RegistredTime , Mode=TwoWay}" />
I create FormTimePicker.xaml in Control folder.
I create class FormTimePicker.cs in Form folder.
BUT NO CHANCE .
GET exception :
System.NullReferenceException: Object reference not set to an instance of an object.
at Inventory.Controls.FormTimePicker.UpdateVisualState()
at Inventory.Controls.FormTimePicker.OnApplyTemplate()
at Windows.UI.Xaml.UIElement.Measure(Size availableSize)
at Inventory.Controls.FluidGrid.MeasureOverride(Size availableSize)
Thanks
The text was updated successfully, but these errors were encountered:
Can I have help from you .
I need to add a TimePicker to the form as FormTimePicker to display RegistredTime colomn in Customers table
As Example:
<controls:FormTimePicker Header="Registred Time" Time="{x:Bind EditableItem.RegistredTime , Mode=TwoWay}" />
I create FormTimePicker.xaml in Control folder.
I create class FormTimePicker.cs in Form folder.
BUT NO CHANCE .
GET exception :
System.NullReferenceException: Object reference not set to an instance of an object.
at Inventory.Controls.FormTimePicker.UpdateVisualState()
at Inventory.Controls.FormTimePicker.OnApplyTemplate()
at Windows.UI.Xaml.UIElement.Measure(Size availableSize)
at Inventory.Controls.FluidGrid.MeasureOverride(Size availableSize)
Thanks
The text was updated successfully, but these errors were encountered: