So frustrated!
What seetings for EnableAjax, AutoCRUD, etc.. do i need to have in order to get the rowAdding ( and also all the other -ing events) to fire?
Hello dc77066,
Here I am attaching a sample where the event is fired. Try it in debug mode.
This is the grid declaration:
<ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1" runat="server" Height="350px" Width="400px"> <Behaviors> <ig:EditingCore> <Behaviors> <ig:RowAdding> </ig:RowAdding> </Behaviors> </ig:EditingCore> </Behaviors> </ig:WebHierarchicalDataGrid>
<ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1" runat="server" Height="350px"
Width="400px">
<Behaviors>
<ig:EditingCore>
<ig:RowAdding>
</ig:RowAdding>
</Behaviors>
</ig:EditingCore>
</ig:WebHierarchicalDataGrid>
If you need further assistance, please feel free to contact me. I will be glad to help.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support