BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
The problem is with ej:Dialog, put controls out side the dialog work fine, and the same when i create small form in bootstrap modal window.
<div ID="sample">
<ej:Dialog ID="Dialog1" runat="server" Target="#sample">
<DialogContent>
<p>This is a simple datepicker control</p>
<ej:DatePicker ID="Datepicker1" runat="server"></ej:DatePicker>
<ej:Button ID="Button1" Text="submit" OnClick="btn_Click" runat="server" ></ej:Button>
</DialogContent>
</ej:Dialog>
</div> |