using Infragistics.Win.UltraWinGrid;
using Infragistics.Win.UltraWinGrid;
In a dashboard grid view - is there any way to make the row height bigger and wrap the test of a comments field?
On Thu, Mar 24, 2016 at 3:19 PM, don.n.doan@... [vantage] <vantage@yahoogroups.com> wrote:Â<div> <p>Nope, it works but resets as soon as I reload the customization. Sorry.</p> </div> <div style="color:rgb(255,255,255);min-height:0px;"></div>
--Sarah Vareschi ▪ Systems ManagerÂ
Â
NyproMold, Inc.
144 Pleasant St, Clinton, MA 01510 ▪ www.nypromold.com Â
D 978.368.4718Â â–ª F 978.365.4548
Â
Â
Â
This e-mail may contain information which is
confidential or privileged. The information is intended to be for the use of
the individual or entity named above. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use of the
contents of this e-mail is prohibited. In the event of any error in
transmission, unauthorized recipients are requested to contact the sender
immediately and not to disclose or make use of this information. No
employee or agent is authorized to conclude any binding agreement on behalf of
NyproMold with another party by email without express written confirmation by
NyproMold Offices.P Please consider the environmental impact of
printing this e-mail.
On Fri, Mar 25, 2016 at 11:02 AM, Sarah Vareschi <sarah.vareschi@...> wrote:Thanks so much again for taking the time. Could you tell me where in the script editor you put this code? I tried adding it t the form load event and it I get a compile error "The name 'RowSizing' does not exist in the current context"  I am just really unfamiliar with the coding. Thanks again.
--Sarah Vareschi ▪ Systems ManagerÂ
Â
NyproMold, Inc.
144 Pleasant St, Clinton, MA 01510 ▪ www.nypromold.com Â
D 978.368.4718Â â–ª F 978.365.4548
Â
Â
Â
This e-mail may contain information which is
confidential or privileged. The information is intended to be for the use of
the individual or entity named above. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use of the
contents of this e-mail is prohibited. In the event of any error in
transmission, unauthorized recipients are requested to contact the sender
immediately and not to disclose or make use of this information. No
employee or agent is authorized to conclude any binding agreement on behalf of
NyproMold with another party by email without express written confirmation by
NyproMold Offices.P Please consider the environmental impact of
printing this e-mail.
Â<div> <p>It was bugging me..<div><br></div><div>I customized the dashboard. Added the customization to the menu maintenance dashboard.  </div><div><br></div><div><div><span style="white-space:pre-wrap;"> </span>EpiUltraGrid eg = (EpiUltraGrid)csm.GetNativeControlReference("*************************");</div><div><span style="white-space:pre-wrap;"> </span>eg.DisplayLayout.Override.CellMultiLine = Infragistics.Win.DefaultableBoolean.True;</div><div><span style="white-space:pre-wrap;"> </span>eg.DisplayLayout.Override.RowSizing = RowSizing.AutoFree;</div><div><br></div></div><div>I loaded that into an event..  i just tried on list change, it worked well but maybe you can think of something better.</div><div><br></div><div>******* = epiguid control.</div><p></p> <p></p><p></p></div> <div style="color:rgb(255,255,255);min-height:0px;"></div>
Sarah Vareschi ▪ Systems ManagerÂ
Â
NyproMold, Inc.
144 Pleasant St, Clinton, MA 01510 ▪ www.nypromold.com Â
D 978.368.4718Â â–ª F 978.365.4548
Â
Â
Â
This e-mail may contain information which is
confidential or privileged. The information is intended to be for the use of
the individual or entity named above. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use of the
contents of this e-mail is prohibited. In the event of any error in
transmission, unauthorized recipients are requested to contact the sender
immediately and not to disclose or make use of this information. No
employee or agent is authorized to conclude any binding agreement on behalf of
NyproMold with another party by email without express written confirmation by
NyproMold Offices.
P Please consider the environmental impact of
printing this e-mail.