Skip to content

Replies

0
Jeff Kelso
Jeff Kelso answered on Dec 17, 2020 6:35 PM

Thank you Malin! It's exactly what the users are looking forward.

I appreciate the great support as always.

JK

0
Jeff Kelso
Jeff Kelso answered on Oct 19, 2020 12:49 PM

Thanks for the quick reply.  I moved the development of my app to the C drive and everything is working fine now.

JK

0
Jeff Kelso
Jeff Kelso answered on Sep 25, 2020 2:42 PM

Thanks for the help Monika.  This worked great!

JK

0
Jeff Kelso
Jeff Kelso answered on Sep 23, 2020 1:18 PM

Hi Monika, thanks for getting back to me.  The only problem is when entering a number it appears it's left justified and looks strange and is confusing.  Anyway to fix this?  For example, when entering 100 it appears as 1,00.  See attached image of your StackBlitz example.  

Thanks,

JK

0
Jeff Kelso
Jeff Kelso answered on Mar 20, 2020 2:48 PM

Thanks again.  This worked perfectly.

0
Jeff Kelso
Jeff Kelso answered on Mar 20, 2020 1:04 PM

Thanks so much.  That works great with the exception of a date column with an ng-template.  That remains the original size in my grid.

<igx-column field="Logged" header="Date" dataType="Date" width="100px" resizable="true">
     <ng-template igxCell let-cell="cell" let-val>
         {{val | date:'MM/dd/yyyy'}}
     </ng-template>
</igx-column>
Any suggestions?
Jeff
0
Jeff Kelso
Jeff Kelso answered on Dec 30, 2019 8:56 PM

Hi Andrew, I'm upgraded from Angular 7 to 9 and having difficulties with the excel functionality.  Is there any chance you could provide me with an updated spreadsheet.zip project you provided to me several months ago?

Thanks in advance.

Jeff