This solution worked for me too..
Thanks,
Nandeesh N
Type: Posts; User: Nandu007
This solution worked for me too..
Thanks,
Nandeesh N
Thanks for your solution Tim.
I have a workaround for this. I am handling failure condition in success block. To brief out, I am sending a flag from back-end to indicate it's a failure condition...
Spacebar din't work for me. Requirement was only to display date as a tooltip. It was just a solution that I have posted.
Hi everyone,
I was just working out with date field and found something nasty. Today button in datefield picker has a tooltip which shows "Date (Spacebar)". I am not sure what's the use of...
Hi everyone,
I was just working out with date field and found something nasty. Today button in datefield picker has a tooltip which shows "Date (Spacebar)". I am not sure what's the use of...
Hi Alex,
Even I am facing the same issue while using MVVM architecture.
But getting controller reference from the view by calling getController() method is not a right way of coding right?
I am...
Hi,
I am using cell editing for a grid column. I am creating textarea inside the cell. In production version of IE, I am getting an error where once I click on that cell, cursor will be pointed to...
Hi,
I had an issue of clicking two times after dragging the scollbar in IE as reported in "https://www.sencha.com/forum/showthread.php?296987-Two-clicks-required-after-dragging-scrollbar-in-IE-11"...
Hi,
Even I got the same issue in IE11. I am using Windows 7 OS.
I migrated Ext 5.1.0 to Ext 5.1.1
Any workaround for this?
Vote up for this post.
Facing the same issue with IE11. Any workaround?
Hi,
I have shared you an example.
https://fiddle.sencha.com/#fiddle/13dc
Hi Watson,
Can you tell me the difference between using fields inside model and to declare fields explicitly? Because if I use fields inside model it won't filter even if there is one record.
...
Hi Watson,
Thanks a lot! for your response. I will try this and report back.
Hi,
I have shared an example. In fiddler, I am not able to replicate the list filter. Except that everything is same as my original code.
In my original code, if I try to filter, it shows [object,...
I got that. Now I can get the values in the menu. My question is, how can I bind the menu values to that of the data stored in grid?
Once I select the values from the filter, it should filter based...
Hi Watson,
I am very new to ExtJS framework. Can you please elaborate on the usage of filter store?
How can I bind b/w the data source of the store and the actual data present in the grid?
...
Hi,
The same misalignment issue found even for combobox when scrolled; explicitly for IE11.
Please fix this issue asap.
Hi,
I want to implement a grid filter. As of now, if there are two values in one cell, the list filter shows value1, value2 as shown in the figure below.
53815
But, I need to implement in...
The response headers are set to text/html. Still the same issue.
Hi,
I have used a form panel to create a fieldset. Inside the field set, I am creating a grid. But when I click on the column menu and scrolled, there's a misalignment of the menu.
Attached...
As you mentioned, I have tried using the accept type as text/html and text/plain. It still won't work.
form.submit({
headers : {
"Accept" : "text/html; charset=utf-8"
},
...
});
I have tried using both application/json and text/html. Still I get the same error. I have attached a screen shot of the response, where I'm not able to change the accept type.
"Permission Denied" is the only error I am getting. The domain is same.
Hi,
I have used filefield xtype to upload a file and calling a web service. For my application, to handle success and failure block, i am using a variable 'success' such that if the value is true,...