Hello,
My RadGrid is defined with several GridDropDownColumn. The GridDropDownColumns are linked to an ObjectDatasource.
Is there a way to retrieve all the data of the ObjectDataSource in the ItemDataBound Event of the RadGrid?
Thanks,Steven
My RadGrid is defined with several GridDropDownColumn. The GridDropDownColumns are linked to an ObjectDatasource.
<
telerik:GridDropDownColumn
DataField
=
"MondayId"
DataSourceID
=
"oOdsPoste"
HeaderText
=
"Monday"
ListTextField
=
"Code"
ListValueField
=
"Id"
UniqueName
=
"Monday"
>
</
telerik:GridDropDownColumn
>
Is there a way to retrieve all the data of the ObjectDataSource in the ItemDataBound Event of the RadGrid?
Thanks,Steven