Hi,
I have a RadListbox in the below fashion
If i want to stop the post happening based on a condition which even should I use OnClientItemChecked or OnClientItemChecking and how should it be?
I have a RadListbox in the below fashion
<telerik:RadListBox ID="chkTools" runat="server" CheckBoxes="True" AutoPostBack="True" OnItemCheck="chkTools_ItemCheck" EnableEmbeddedSkins="False" OnClientItemChecked="onItemChecked" OnClientItemChecking="onItemChecking"></telerik:RadListBox>
If i want to stop the post happening based on a condition which even should I use OnClientItemChecked or OnClientItemChecking and how should it be?