Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
rowadding Event firing only when pressed enter key inside the WHDG and not firing when clicked anywhere outside
posted

Hi,

i am adding a new row at the top of the WHDG for adding new record into the database

like this

http://samples.infragistics.com/aspnet/Samples/WebHierarchicalDataGrid/EditAndSelection/AddNewRowOnParentLevel/Default.aspx?cn=hierarchical-data-grid&sid=a8ae7106-63a5-49d0-bfe8-fc1225a54b21

There is a save Button outside the WHDG and when i click on the save button the data inside the newly added data grid row must be added to the database

But when i click on the save button the rowAdding Event is not getting fired

protected

 

 

void WebHierarchicalDataGrid1_RowAdding(object sender, Infragistics.Web.UI.GridControls.RowAddingEventArgs e)

this event is not getting fired ..

what is the issue with this ..... please help me please.........................