Hi
I have a very simple requirement that I am pretty sure i have seen demo'ed in the past on the telerik site, but it seems to be gone. I have a grid, and Item templates, as well as EditItemTemplates for each column. One column's edit template is a radcombobox that has to have its datasource set in the code-behind. So, I have a, GridEditCommandColumn.
When I hit "Edit", the grid does not seem to recognize that it is in "Edit"mode. It comes back with the row as it was, uneditable, and the "Edit"button still showing (instead of the expected "Update, Cancel" buttons). Strangely enough, though, there is an edit form below the row that pops down, and it ha s some basic controls for editing, but they are not the edititemtemplate controls, as there are just textboxes, and no radcombobox. In this edit form, there is an update and cancel button. (As you can see in the screenshot, the weird edit form is there, with update and cancel buttons, but the inline row is still in regular mode, and the "edit" button is showing, which implies that the grid is not in edit mode!) I have set EditMode to "INPlace".
I just need simple inline editing - when I click "Edit", the grid should know that the row is in edit mode, and use the edititem template controls inline, as well as show "UPdate and Cancel " buttons. There should be no wierd edit form showing up below my row.
This seems like a super-simple thing to want to do, yet I cannot find a demo of this simple functionality. No demos show how to do in line editing with a radcombobox that has its data source set in ItemDataBound as I am doing.
Any help is appreciated.
Thanks
Daniel
I have a very simple requirement that I am pretty sure i have seen demo'ed in the past on the telerik site, but it seems to be gone. I have a grid, and Item templates, as well as EditItemTemplates for each column. One column's edit template is a radcombobox that has to have its datasource set in the code-behind. So, I have a, GridEditCommandColumn.
When I hit "Edit", the grid does not seem to recognize that it is in "Edit"mode. It comes back with the row as it was, uneditable, and the "Edit"button still showing (instead of the expected "Update, Cancel" buttons). Strangely enough, though, there is an edit form below the row that pops down, and it ha s some basic controls for editing, but they are not the edititemtemplate controls, as there are just textboxes, and no radcombobox. In this edit form, there is an update and cancel button. (As you can see in the screenshot, the weird edit form is there, with update and cancel buttons, but the inline row is still in regular mode, and the "edit" button is showing, which implies that the grid is not in edit mode!) I have set EditMode to "INPlace".
I just need simple inline editing - when I click "Edit", the grid should know that the row is in edit mode, and use the edititem template controls inline, as well as show "UPdate and Cancel " buttons. There should be no wierd edit form showing up below my row.
This seems like a super-simple thing to want to do, yet I cannot find a demo of this simple functionality. No demos show how to do in line editing with a radcombobox that has its data source set in ItemDataBound as I am doing.
Any help is appreciated.
Thanks
Daniel