Skip to content

Replies

0
Jyoti Salve
Jyoti Salve answered on Jan 10, 2023 10:21 AM

UltraChart-styles-and-appearances.txt

Hi Divya,

Please refer attached file that we have used in UltraChart so same i want to use in UltraDataChart.

Can you please tell me if you can easily find out which functions/APIS we can use for the same in the file itself.

It is somehow difficult for me to find out because of the changes in properties/function names etc..

Thanks in advance

0
Jyoti Salve
Jyoti Salve answered on Jan 10, 2023 5:03 AM

Thanks Divya. I will check and let you know soon.

0
Jyoti Salve
Jyoti Salve answered on Jan 9, 2023 12:18 PM

Thanks Divya.

Sorry for late post as we hold this activity due to some other priority work but now i am looking into it.

When i added UltraDataChart from the package it looks like so many changes we need to do as we have used below namespaces also in UltraWinChart.

Infragistics.UltraChart.Shared.Styles;
Infragistics.UltraChart.Resources.Appearance;

How we handle those in UltraDataChart?

Do you have any better option how we can go further into it.

Thanks in advance.

0
Jyoti Salve
Jyoti Salve answered on May 27, 2022 5:37 AM

Perfect!! This is working fine. Thank you so much Michael.

0
Jyoti Salve
Jyoti Salve answered on May 26, 2022 10:33 AM

Please find attached sample where i create context menu so using context menu copy paste is replacing whole value without remembering cursor position. Please suggest what i am doing wrong here

Attachments:
0
Jyoti Salve
Jyoti Salve answered on May 25, 2022 4:11 PM

Thanks for the reply

Actually i want to give support of both context menu and control keys to copy paste the value.

our customer dont want to use existing bydefault cut/copy/paste option which are already in the edit box on right click thats why we have added context menu for these operation.

So for this i used PerformAction method but it is replacing whole word as i described earlier

so  i removed PerformAction  from the code now it is working bydefault for control events (ctrl+c,ctrl+v) but then it is not working for context menu.

I have also set AllowMultiCellOperations to copy and paste

Do you have any sample program for this context menu and control events copy paste value in grid cell.

Thanks in advance