I am currently binding a dynamic datasource to a grid and due to this I can't define my edit template at design time. Using the bottom data row in the attached image (the result set from SQL) I would want to put the row in to edit mode and make BHP_Vehicle a dropdown with a number of options and BodyStyle_Vehicle a dropdown with a different set of options. I have the datasource in memory so can get the dropdown options based on the column name and rows primary key but I don't know how I can access/control the template when the row is switched in to edit mode.
Further to this, while the row is in edit mode, if a selection is made in the BHP_Vehicle column I would want to rebind the BodyStyle_Vehicle dropdown and vice versa. Hope this makes sense but does anybody know whether this is possible with the Telerik grid and if so the best way to approach it.
Thanks for your help!
Further to this, while the row is in edit mode, if a selection is made in the BHP_Vehicle column I would want to rebind the BodyStyle_Vehicle dropdown and vice versa. Hope this makes sense but does anybody know whether this is possible with the Telerik grid and if so the best way to approach it.
Thanks for your help!