Sorry if this is a stupid question but I am going to ask it anyway .
Does the Gridview have the built in ability to use a form for editing/adding a record
or do i have to link another form to the on-click event on the gridview ?
Thanks in advance
Martin
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 30 Nov 2009, 03:06 PM
Hi martin,
Thank you for contacting us. There is no build-in form for editing records in RadGridView. You can use the integrated inline editors instead. Select a cell and just click twice with the left mouse button or press the F2 key to activate the associated editor. You can add GridViewCommandColumn and handle RadGridView.CommandCellClick event to show a popup form.
Should you have any other questions, don't hesitate to ask.