Customizing system UltraGrid View

something like this???

http://www.youtube.com/watch?v=ZKRGUGUbOMI 



---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:

Can you provide some more guidance here.  I am trying to add a column to the BuyerWorkbench RFQ suggestion ultragrid.  I have searched and read all the posts associated with Ultragrids and can't figure out how to add a UD column.  There are no options to unhide any UD fields.  Any help would be greatly appreciated on how to add a column to an ultragrid.


Thanks,

Bobby 



---In vantage@yahoogroups.com, <waffqle@...> wrote:

You need to create wire up to the form load event and add the column
manually.
myGrid.DisplayLayout.Bands[0].Columns.Add("NewCol","New Column");

Once the column is added, you can latch onto the InitializeRow event and
populate the column with the actual data you need. Unfortunately this will
have to be done for each row so it can be a bit slow if you have a large
number of records or columns.


On Fri, Jun 7, 2013 at 12:14 PM, Mike Tsoi <ddc443@...> wrote:

> **
>
>
> Hi,
> In Epicor 9.05, is it possible to customize a system ultragrid view in a
> form? For example, Fulfillment workbench, it doesn't display the part
> description field on the "Order Fulfillment" tab ultragrid view. How do we
> add the part description and custom field like part.shortchar01 to that
> kind of system ultragrid view? Looked the grid column property but it
> doesn't have the hidden part description field or UD field.
>
> Thanks,
> Mike
> Taphandles LLC.
>
>
>


[Non-text portions of this message have been removed]
Hi,
In Epicor 9.05, is it possible to customize a system ultragrid view in a form? For example, Fulfillment workbench, it doesn't display the part description field on the "Order Fulfillment" tab ultragrid view. How do we add the part description and custom field like part.shortchar01 to that kind of system ultragrid view? Looked the grid column property but it doesn't have the hidden part description field or UD field.

Thanks,
Mike
Taphandles LLC.
You need to create wire up to the form load event and add the column
manually.
myGrid.DisplayLayout.Bands[0].Columns.Add("NewCol","New Column");

Once the column is added, you can latch onto the InitializeRow event and
populate the column with the actual data you need. Unfortunately this will
have to be done for each row so it can be a bit slow if you have a large
number of records or columns.


On Fri, Jun 7, 2013 at 12:14 PM, Mike Tsoi <ddc443@...> wrote:

> **
>
>
> Hi,
> In Epicor 9.05, is it possible to customize a system ultragrid view in a
> form? For example, Fulfillment workbench, it doesn't display the part
> description field on the "Order Fulfillment" tab ultragrid view. How do we
> add the part description and custom field like part.shortchar01 to that
> kind of system ultragrid view? Looked the grid column property but it
> doesn't have the hidden part description field or UD field.
>
> Thanks,
> Mike
> Taphandles LLC.
>
>
>


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

Can you provide some more guidance here.  I am trying to add a column to the BuyerWorkbench RFQ suggestion ultragrid.  I have searched and read all the posts associated with Ultragrids and can't figure out how to add a UD column.  There are no options to unhide any UD fields.  Any help would be greatly appreciated on how to add a column to an ultragrid.


Thanks,

Bobby 



---In vantage@yahoogroups.com, <waffqle@...> wrote:

You need to create wire up to the form load event and add the column
manually.
myGrid.DisplayLayout.Bands[0].Columns.Add("NewCol","New Column");

Once the column is added, you can latch onto the InitializeRow event and
populate the column with the actual data you need. Unfortunately this will
have to be done for each row so it can be a bit slow if you have a large
number of records or columns.


On Fri, Jun 7, 2013 at 12:14 PM, Mike Tsoi <ddc443@...> wrote:

> **
>
>
> Hi,
> In Epicor 9.05, is it possible to customize a system ultragrid view in a
> form? For example, Fulfillment workbench, it doesn't display the part
> description field on the "Order Fulfillment" tab ultragrid view. How do we
> add the part description and custom field like part.shortchar01 to that
> kind of system ultragrid view? Looked the grid column property but it
> doesn't have the hidden part description field or UD field.
>
> Thanks,
> Mike
> Taphandles LLC.
>
>
>


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