Hello,
The default popup editor is not displaying the datatype currency with a dollar sign:
.ToolBar(toolbar =>{toolbar.Create().Text("Add New Line");}).Editable(editable => editable.Mode(GridEditMode.PopUp))Here is my model:
[DataType(DataType.Currency)] public decimal GiftAmount{ get; set; } [DataType(DataType.Currency)] public decimal SecondGiftAmount{ get; set; }
The form itself is offset a little as well. The labels are a few pixels above the text boxes. Can I get some help?
Paul
