Hello,
I am developing a batch editing grid using the instructions from this link.
http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html
All looks good so far. But I want to make a dropdown column. I put a label at itemtemplate, and a dropdownlist as edititemtemplate.
But I couldn't manage to get the SelectedValue. The namingcontainer GridDataItem object either returns null, or Telerik.Web.UI.GridBatchEditingHelper.PanelNamingContainer object. Which is not recognizable by Asp.Net.
Anyway what I need is a simple small project that binds a dropdowncolumn or a templatecolumn with dropdown, for batch editing. If we are able to use DropdownColumn instead of TemplateColumn would we so great. Thanks in advance.
I am developing a batch editing grid using the instructions from this link.
http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html
All looks good so far. But I want to make a dropdown column. I put a label at itemtemplate, and a dropdownlist as edititemtemplate.
But I couldn't manage to get the SelectedValue. The namingcontainer GridDataItem object either returns null, or Telerik.Web.UI.GridBatchEditingHelper.PanelNamingContainer object. Which is not recognizable by Asp.Net.
Anyway what I need is a simple small project that binds a dropdowncolumn or a templatecolumn with dropdown, for batch editing. If we are able to use DropdownColumn instead of TemplateColumn would we so great. Thanks in advance.