DropDown in UltraGrid V8

I finally got back to this 'project' and the code hint Stephen provided works very nice. However; the ultragrid also allows authorized users to change the data in the cell(s) and an AfterCellUpdate event handler runs code to update the UD table the grid is bound to.

The problem I have now is after changing the drop down list value (column is a native column in the bound dataview) the AfterCellUpdate Event is not triggered

Is ther another ultragrid event I should look at or should I use an event in the ultracombo control to compare the value in the grid cell to the ucb value and the process code to update the UD table?

Thanks,

Bernie.

--- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@...> wrote:
>
> Bernie,
>
>
>
> Create a combo box setup retrieves etc then do the following, I think
> you can work out the rest.
>
>
>
> grid.DisplayLayout.Bands(0).Columns("IndirectCode").ValueList =
> scbIndirect
>
>
>
> Regards,
>
> Stephen
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of bw2868bond
> Sent: 13 August 2010 13:39
> To: vantage@yahoogroups.com
> Subject: [Vantage] DropDown in UltraGrid V8
>
>
>
>
>
> I want to use a drop down list within a column in a UltraGrid.
> Does anyone have any examples of such, or know if it was posted to the
> group?
>
> I have searched the Answerbooks on Epicweb and looked in the Epicor
> Tools User Guide and have not found anything.
>
> TGIF
>
> Bernie
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
I want to use a drop down list within a column in a UltraGrid.
Does anyone have any examples of such, or know if it was posted to the group?

I have searched the Answerbooks on Epicweb and looked in the Epicor Tools User Guide and have not found anything.


TGIF

Bernie
Bernie,



Create a combo box setup retrieves etc then do the following, I think
you can work out the rest.



grid.DisplayLayout.Bands(0).Columns("IndirectCode").ValueList =
scbIndirect



Regards,

Stephen



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of bw2868bond
Sent: 13 August 2010 13:39
To: vantage@yahoogroups.com
Subject: [Vantage] DropDown in UltraGrid V8





I want to use a drop down list within a column in a UltraGrid.
Does anyone have any examples of such, or know if it was posted to the
group?

I have searched the Answerbooks on Epicweb and looked in the Epicor
Tools User Guide and have not found anything.

TGIF

Bernie





[Non-text portions of this message have been removed]