Hi There,
I m using Radgrid "Prometheus", I want to bind dropdownlist on fly and i m refering this link
http://www.telerik.com/help/radcontrols/prometheus/?grdCustomizeConfigureGridDropDownColumn.html
According to above link i m trying to add values in dropdownlist box but
ex:
GridDropDownListColumnEditor editor = (GridDropDownListColumnEditor)(editMan.GetColumnEditor( "DropDownColumn"));
DropDownList ddList = editor.DropDownListControl;
i m not able to find editor.Dropdownlistcontrol, it says there is no dropdownlistcontrol.
Any one knows how to convert GridDropDownListColumnEditor to dropdownlist box and add values ...
thanks
I m using Radgrid "Prometheus", I want to bind dropdownlist on fly and i m refering this link
http://www.telerik.com/help/radcontrols/prometheus/?grdCustomizeConfigureGridDropDownColumn.html
According to above link i m trying to add values in dropdownlist box but
ex:
GridDropDownListColumnEditor editor = (GridDropDownListColumnEditor)(editMan.GetColumnEditor( "DropDownColumn"));
DropDownList ddList = editor.DropDownListControl;
i m not able to find editor.Dropdownlistcontrol, it says there is no dropdownlistcontrol.
Any one knows how to convert GridDropDownListColumnEditor to dropdownlist box and add values ...
thanks