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
8920
despite added behaviour in design time delete functionality does not work
posted

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.

whdg_2bandsGrid.rar
  • 15320
    Offline posted

    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

     

  • 15320
    Verified Answer
    Offline posted

    Hello Michael,

    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.

     

     

    Sincerely,

    Tsanna