Good day
I was able to perform auto sizing on fields that has a combo box editor inside, but it does not work for the following field:
<igDP:Field Name="Duration" Label="Duration" Converter="{StaticResource DurationConv}">
<igDP:Field.Settings>
<igDP:FieldSettings AutoSizeScope="ViewableRecords" CellWidth="65" LabelWidth="65"
AllowEdit="False" EditAsType="{x:Type sys:String}" />
</igDP:Field.Settings>
</igDP:Field>
Al that the converter does is change a int value (denotes total minutes) to a string field that can be something like:
11 Days 5 hours 5 minutesThe prob is that the auto size sizes to 1700 which is the int's size.
Is this a grid problem?
Is there a workaround?
Great news! Thanks for letting us know Christo!
Hi Curtis
After i did the test application and tested it, it worked. Seems like it was fixed in the 9.2 SR which I installed in the meanwhile. I have uploaded the test appl anyways, so that you just understand what I ment
Kind regards
Christo
Hello,
I apologize this post has not yet been addressed.
This is a little difficult to replicate. If this is still a problem, would you be willing to post a sample project that demonstrates the problem. With that I can more easily solve this for you.
If you have already solved this issue, would you be willing to post your solution here?
Thank you very much!