Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am working with ingragestic Grid " UltraWebGrid "

I have placed asp.button in grid for delete ( UltraWebGrid )

kindly tell me how to delete selected record

i mean to say as

we can do same thing using " asp.net grid view " by using " RowDeleting " event

How can we mange like this by using " UltraWebGrid "

how can we get key field like in " asp.grid view " we use " DataKeyNames " at bind time .Later we get it by using " gv.DataKeys[e.RowIndex].Value "


how we do this in UltraWebGrid of Infragestic

should i prefer this "ItemCommand " or what else

Is there any sample or article e.t.c
Posted

M also having the same requirements few days back, so just follow the link.

Deleting grid row on Button click[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900