Can you find what is wrong with the child band, child grid has added 'delete row' functionality but it does not work, means I press 'del' button and nothing happening on client side ( whdgSwI_Editing_RowsDeleting) nor on te server side... Can you tell me what is exactly wrong. After running app, clock postback button to see the grid...
Thnx.
Hello Michael,
I am still following your case. Have you been able to resolve the issue? If you have any questions, please feel free to contact me.
Sincerely,
Tsanna
In order to enable the row deleting, you need to set CellClickAction and RowSelectType properties to the Selection behavior, for instance:
...
<ig:Selection CellClickAction="Row" RowSelectType="Single"></ig:Selection>
I hope this resolves you issue. If you have any further questions, please let me know.