Once again I m WASTING all of my time trying to figure something out. I enable delete button in grid and surprise (no delete button). Where is the documentation that say how to implement the delete button., I enabled it but its not there. THESE CONTROLS ARE A COMPLETE WASTE OF TIME.
I AM SICK OF INFRAGISTICS. I have been a customer for over 15 years and I am FINALLY wising up.
if someone wants to call me I will be happy to unload, it is just ridiculuos when yo uare using a toolset supposed to save you time but spend ALL of your time just trying to figure out how to do something simple. SIMPLE!!!!!!
Gary
909-631-1017
Hi Gary,
I am still following this thread. Let me know if you need any additional assistance regarding this.
From your description I presume you are enabling the delete button off the editing core for the RowDeleting behavior?
<ig:EditingCore>
<Behaviors>
<ig:RowDeleting ShowDeleteButton="True">
</ig:RowDeleting>
</Behaviors>
</ig:EditingCore>
Please confirm...
As a note, this assume you have the RowSelection behavior enabled and CellClickAction is set to 'row'. The 'X' for the delete button on the row is displayed upon hovering over the row: http://help.infragistics.com/Help/Doc/ASPNET/2014.1/CLR4.0/html/WebDataGrid_Row_Deleting_Overview.html
Please let me know if you need any additional assistance regarding this matter.