Hi,
I'm using radgrid 2008 q2 with vs2005. on the radgrid property, i bound a griddropdowncolumn. usually if the bound using GridBoundColumn, i get the value with:
i already try this:
but did not work, please help me.
Thanks
Peper
I'm using radgrid 2008 q2 with vs2005. on the radgrid property, i bound a griddropdowncolumn. usually if the bound using GridBoundColumn, i get the value with:
Dim
task_code As String = (TryCast(editedItem("task_code").Controls(0), TextBox)).Text
i already try this:
Dim
id_tc_type As String = (TryCast(editedItem("id_tc_type").Controls(0), DropDownList)).SelectedValue
but did not work, please help me.
Thanks
Peper