ఈ తొలగించడానికి ప్రతి చిన్న తొలగింపు బటన్ లేదా చిత్రం యొక్క రకం కలిగి క్లయింట్ నుండి సాధారణ అభ్యర్థనను రకం.
నేను వరుసలను తొలగించడానికి రూల్స్ ఉపయోగించి ఏ విధానం దొరకలేదు. ఒక పంక్తి సి # కోడ్ ట్రిక్ అని J
బటన్ వేసి న క్లిక్ చేయండి “ఫారం కోడ్ సవరించు” బటన్ ప్రాపర్టీస్.
ప్రజా
రద్దు DeleteRow_Clicked(వస్తువు స్టేషన్, ClickedEventArgs మరియు)
{
// ఇక్కడ మీ కోడ్ వ్రాయండి.
e.Source.DeleteSelf();
}
బటన్ సోర్స్ తొలగిస్తున్నప్పుడు, అది తొలగిస్తే DOM ప్రస్తుత నోడ్, నోడ్ పూర్తి వరుసను కలిగి.
ఇక్కడ కోడ్ తో నమూనా ఫారం డౌన్లోడ్.
[…] 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..