Aceasta este un fel de cerere comun de la client pentru a avea un fel de buton de ştergere mici sau o imagine în fiecare pentru a şterge.
Nu am putut găsi nici o abordare folosit de normele pentru a şterge rânduri. O linie cod C # ar face truc J
Adauga buton şi faceţi clic pe “Editaţi codul formularului” Proprietăţi în Button.
publice
gol DeleteRow_Clicked(obiect transmiţător, ClickedEventArgs şi)
{
// Scrie codul aici.
e.Source.DeleteSelf();
}
Când ştergeţi sursă pentru butonul de, Sterge nodul curent în DOM, nod conţine întregul rând.
Descarca formularul de proba cu codul aici.
[…] a quick bit of code I found on Uday’s mstechblog site that makes it a bit easier for your users to remove a row in a repeating table. Instead of […]
If i have two repeating table in a section and each row has a delete button with same id for both repeating table then what should i do to delete the same row from both repeating tables with a single click…if i’m trying your above suggestion then it only deletes the row from one repeating table,not from both..
Plz provide your valuable suggestions…its urgent..