Hi,
I am using Extjs 6.5.1.
In my application we are displaying £(Pound) Symbol for some of the Grid title. For this i used this sybol as
"TransactionHistory":{
"amount":"Amount (£)"...
Type: Posts; User: kamalakarreddy vancha
Hi,
I am using Extjs 6.5.1.
In my application we are displaying £(Pound) Symbol for some of the Grid title. For this i used this sybol as
"TransactionHistory":{
"amount":"Amount (£)"...
Thanks for you kind replay....
But this is not the exact solution...
Ext.util.Format.currency(999999, '&euro', 0) and Ext.util.Format.currency(999999, '₹', 0); both are giving the same result...
Thanks for your quick replay Martin..
Its working fine and exactly matched to my requirement...
Thanks a lot....
Hi ,
I am using the Extjs version 6.5.1.
I have a requirement like....
i want to show an icon inside the textarea at top right position(textarea.png).
I used "emptyCls" but am able to show the...
Hi I am using Extjs version 6.5.1.
I need a function to convert the given number to given currency foramte.
For example my number is 123456, and my currency foramt is $.
I want this number is...
Heloo Kumar,
Thanks for your replay..
Its working fine....
Thanks
Kamalakar Reddy V
Hi,
I am using Ext version 6.5.1.
Am using the grid with Summary feature...
It's working fine but i want to show tooltip on summary column(on summary values).
For normal grid column we have the...
Hi,
I am using Extjs Version6.5.1;
In this am using Rowwidget.
In this i added filter plugin but it is not applying.
Below is my code.
Please help in this how to add filter in Extjs rowwidget.
Hi,
I am using Extjs Version6.5.1;
In this am using Rowwidget.
In this i added filter plugin but it is not applying.
Below is my code.
Please help in this how to add filter in Extjs rowwidget....
Hi,
I am using Extjs Version6.5.1;
In this am using Rowwidget.
In this i added filter plugin but it is not applying.
Below is my code.
Please help in this how to add filter in Extjs rowwidget....
Hi ,
I am using Extjs 6.5.1.
I am facing an issue with Drag and Drop i.e
I want swap the panel by using drag and drop.
I attached the screen shot.
In that i want to swap the First panel (My...
Hi,
I am using the Extjs Version 6.5.
I am Facing an issue with X Template.
i.e i want hide the one div element based the other div element value.
Below is my code.
itemTpl: new...
Hi...
Thanks for your replay.
I resolved my issue like this.
i am using the click event for summary click.
below is the code.
listeners: {
cellclick:...
Hi,
I am using Extjs 6.5.1.
I am facing an issue with Extjs Rowwidget. i.e
I applied hyper link on first column and i wrote cell click event for that cell.
When i click on + icon in the row...
Thanks for your replay.
Its working fine as expected.
Thanks
Hi,
I am using the Extjs 6.5.1.
I want to hide the grid column menu.
Actually i am able to see the three menu in the grid column i.e sortAscending, sortDescending,columns.
And here am adding the...
Hi,
In your CSS oyur changing the background color only.
For changing the border color you need to override the default color.
You just add border-color also in your CSS file.
If you want you can...
Hi,
I also faced the the same issue with IE.
In this case i used Ajax instead of form.submit().
Find the below code.
May be it will help you.
var file = s.fileInputEl.dom.files[0],
data = new...
Thanks for your reply..
Its working fine...
Thanks
Kamalakar
Hi..
In the above case i removed itemId then it is coming like
panle2
panle3
panel4
panel5
panel6
.
.
.
Hi,
I am using Extjs 6.2.1,
I am facing an issue with panel.
Adding the panel on clicking of button.
But that panel was adding in the order like
Panel6,
Panel5
Panel4
Panel3
Hi,
We are using the Extjs 6.2.1.
In modern am loading the grid.
I am getting the response but the modern grid is not showingb the data in the response mode.
If i change it to IPAD then it is...
Thanks for you replay.
No we are not using CORS.
We are hitting the server with in the same domain only.
Thanks
Kamalakar
Hi,
We are using the Extjs 6.2.1.
Am facing an issue with grid. Whenever am loading the grid URL fires twice in that one is with empty response and second one is with correct response.
Why this is...
Hi,
We are using the Extjs 6.2.1.
Am facing an issue with grid. Whenever am loading the grid URL fires twice in that one is with empty response and second one is with correct response.
Why this is...