I'm looking to implement a batch-edit grid, and one of the fields is going to need a dropdown as the edit control.
The demo (http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx) uses declarative databinding. Based on the architecture of my project, I'd prefer to bind the dropdown serverside. However, I can't seem to figure out the server-side events needed to get at the control in the code-behind.
Can someone point me in the right direction?
Thanks.
j
The demo (http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx) uses declarative databinding. Based on the architecture of my project, I'd prefer to bind the dropdown serverside. However, I can't seem to figure out the server-side events needed to get at the control in the code-behind.
Can someone point me in the right direction?
Thanks.
j