update one cell of datagrid
-
Hi : Thanks in advance, I'm new to this. Let's say I have one row on the datagrid starting with EditColumn and ending with a dropdown, values are: EditColumn,true,true,...some_string_value,... false, false, dropdown my question is this: whenever user selects anything from a dropdown then clicks on Update(UpdateCommand event handler), how should I find out the column this string value locates ? I need change it with the selectedItem.Text from dropdown. Any help is appreciated !
-
Hi : Thanks in advance, I'm new to this. Let's say I have one row on the datagrid starting with EditColumn and ending with a dropdown, values are: EditColumn,true,true,...some_string_value,... false, false, dropdown my question is this: whenever user selects anything from a dropdown then clicks on Update(UpdateCommand event handler), how should I find out the column this string value locates ? I need change it with the selectedItem.Text from dropdown. Any help is appreciated !
I've found it. No need to reply, thanks !