Hi Support,
is there any way I can have edit, update and cancel buttons for web datagrid(like gridview)?, basically I want to edit a row and update back to database.
thanks in advance.
Vijay.
i have a webdatagrid with one checkbox and one imagebutton as template column. I want to read the gridview row when row is secleted by checkbox check/uncheck and delete the row when imagebutton is clicked. I am not getting how to do that. Does any one has sample code to do that.
Hello Vijay,
if you want such buttons like GridView then you will have to put these asp:LinkButtons inside Template Column and handle ItemCommand event and then perform update and delete actions.
http://news.infragistics.com/forums/p/27472/102035.aspx#102035
WebDataGrid cannot put all cells from one row in edit mode like GridView, but you can use Row Editing Template and put everything you need.
Hi, appreciate you for reply.
I know this feature but I need inline edit for each row having edit, delete button not popup edit. We have several gridviews in application having standard edit(update,cancel) & delete actions at row level and we want to consistence for application using webgrid.
please provide solution or work around. if you can't make it using webgrid could you pls provide hyperlinks for edit and delete; on click of edit hyperlink should popup all editable controls(like current web grid popup for edit), basically avoid double click on grid row, user can edit only when click on edit hyperlink.
Thx
Vijay
you can use edit row template, see the sample Custom Edit Row Template , Row Editing Template Online HelpPlease let me know if you need additional assistance