Hi,
Its possible, that i can cancel edit mode on client in grid by javascript. I have a dialog with a grid in there content. The dialog has also a save and an abort button. The grid has follow tag:
Code: HTML/ASPX
<eo:Grid ID="gridEditHallen" runat="server" BorderColor="#828790" BorderWidth="1px"
ColumnHeaderAscImage="00050204" ColumnHeaderDescImage="00050205" ColumnHeaderDividerImage="00050203"
ColumnHeaderHeight="24" FixedColumnCount="1" Font-Bold="False" Font-Italic="False"
Font-Names="Tahoma" Font-Overline="False" Font-Size="8.75pt" Font-Strikeout="False"
Font-Underline="False" FullRowMode="False" GridLineColor="240, 240, 240" GridLines="Both"
Height="370px" ItemHeight="19" KeyField="id" Width="490px" AllowNewItem="True"
OnItemAdded="gridEditHallen_ItemAdded" OnItemChanged="gridEditHallen_ItemChanged"
OnItemDeleted="gridEditHallen_ItemDeleted">
Is there a javascript command to cancel the OnItemAdded, OnItemChanged and OnItemDeleted event on the server when the user closed the dialog by the x or the abort button?