Display form according to user's response

1

I need a little help.

I have Grid , with a column named status de interesse , the type of that column is ComboBox .
However, when the user select the declined option I want to display a form x.

How do I?

I think the event is Leave , but on conditions, how will I check if the user has selected such a cell in such a cell?

Here is an example of how the form is.

    
asked by anonymous 23.04.2018 / 21:44

1 answer

0

Good afternoon @Autoit, the way you get the field looks like this:

grdObjetivo.Rows(e.RowIndex).Cells(2).Value.ToString()
    
25.04.2018 / 22:16