Hi,
I need a checkbox with an initial value indeterminated (not true or false).
If I define the checkBox
<ej:CheckBox runat="server" ID="check1" EnableTriState="true" CheckState="Indeterminate" Text="Check1"></ej:CheckBox>
In a postback, if I change the state, it always return to indeterminate. If I define de check box
<ej:CheckBox runat="server" ID="check3" EnableTriState="true" Text="Check3"></ej:CheckBox>
It works fine, but I need that the check box is set initially indeterminate
I attach an example
Thanks
Attachment:
SyncfusionASPNETApplication1_d9498579.zip