HI ALL
Plz Help Me.
I have a datagrid with a few colums. One column is conaining 1's or 0's.
Its like a flag column. It either has 0 or 1. Now what i need is that if any row has 1 in this column than another column named "Status" (of that row) should have a dropdown list conatining 4 items.
This column can have values Checked,NotChec ked,InProcess,P ending in the rows for which the flag column has 0's. But when the Flag value is 1 then this column should have a drop down list in that paricular cell (with Checked,NotChec ked,InProcess,P ending as the items)
plz note That I DONT WANT ANY EDIT or SELECT BUTTON IN ANY ROW.
I mean the dropdown should appear automatically and not by pressing of any button..
ITS URGENT. PLZ HELP ANYBODY
Plz Help Me.
I have a datagrid with a few colums. One column is conaining 1's or 0's.
Its like a flag column. It either has 0 or 1. Now what i need is that if any row has 1 in this column than another column named "Status" (of that row) should have a dropdown list conatining 4 items.
This column can have values Checked,NotChec ked,InProcess,P ending in the rows for which the flag column has 0's. But when the Flag value is 1 then this column should have a drop down list in that paricular cell (with Checked,NotChec ked,InProcess,P ending as the items)
plz note That I DONT WANT ANY EDIT or SELECT BUTTON IN ANY ROW.
I mean the dropdown should appear automatically and not by pressing of any button..
ITS URGENT. PLZ HELP ANYBODY
Comment