I'm working with Ext.JS 4.2.x in a legacy application and recently Chrome is having a weird rendering issue where (randomly) UI components that are supposed to be stacked on top of each other over...
Type: Posts; User: pisaacs
I'm working with Ext.JS 4.2.x in a legacy application and recently Chrome is having a weird rendering issue where (randomly) UI components that are supposed to be stacked on top of each other over...
I'm using the 'gridviewdragdrop' plugin with my 'Ext.grid.Pane'l. I also have the Panel hooked up to a 'Ext.data.BufferedStore' and when I drag a row and drop it any where in the table I get this...
Is it possible to build the SASS files that make up the Ext Theme without using the Sencha CMD tool?
If so what options are available?
Got it. I just needed to make one fixed. See line #56
1nei
Yes, I believe so.
I've been going over your code and I do have a question. I can't seem to find a method for toggleRow anywhere in the API. Is this part if the RowExpander class?
Okay, I'm not sure what's going on here, but it seems to loop infinitely, and keeps jumping back to the open row.
I just need it to collapse when it scrolls out of view. Back to it's initial...
Okay, i'll give it a shot. Thanks so much
I'm using the row-expander plug with a Ext.grid.Panel and a Ext.data.BufferedStore. The plugin works great, but I was looking for a way for rows to "auto collapse" back to their initial state when a...
I'm having a strange issue with the RowExpander plugin inside of my Ext.grid.Panel component. This table is also backed by a Ext.data.BufferedStore component to handed the data via a REST Api
So...
Not exactly what I was asking. I was looking for how to set the pageParam to start at 0 instead of 1. I appreciate you trying to help.
Anyone else?
Thanks for you feedback, but again, I asked how to reset the number, not for your opinions on how our backend was developed.
What kind of response is this?
I need my pageParam in my Ext.data.BufferedStore to start at 0 rather then 1.
Any idea how to do this?
By default it appends page=1 to my URLS, I want it to do what's it doing by start at 0...
I'm using an oData Rest API and population a grid.Panel, but I'm having trouble getting it to work. Been trying to get the BufferedStore to fetch data but it stops after the first request. Meaning...
So your saying don't use the BufferedRender plugin if I'm using a BufferedStore? Also if I'm using the BufferedStore do I still need the "buffered: true" property? Or is that already turned on by...
I think I'm confused as to what the differences between the BufferdStore and the BufferedRenderer at in the latest version of Ext JS 6.2 and which one would I use to get Infinite Scrolling to work...
I'm working on an application which is supported by an OData REST API. The API works fine in tools like Postman but when we try and use it with our Web App and pull the returned data (which is Json)...
I'm having the same issue. Has anyone been able to resolve this problem?
So I have some nested JSON data that I want to show in a Datagird. The data looks like this:
{
"Id": 17436936,
"Name": "BS1564",
"Barcode": "BS1564",
...
So I come from the world of MVC frameworks and have recently migrated to Ext JS. One of the areas I'm confused about is using an MVC pattern vs the newer MVVM pattern and specifically what is the...
Thanks for the link. This over view will be helpful.
I've been wondering about the differences between MVC and MVVM so this will be a good place to start.
Well, I guess a little of both.
I'm working for a company that has been using an older version (4.2.2) and I've been asked to upgrade our company's version to 6.2. I've never used Ext JS before...
I'm looking for recommendations for the what most people think is currently the best book on the market (or tutorial site) for learning Ext JS 6 - Classic.
Thanks so much in advance,
Philip
I'm trying to define a function in my Class and then call it within the same class but it doesn't seem to be working.
Ext.define('MyDemoApp.view.forum.Forum', {
extend: 'Ext.grid.Panel',
...
Thanks so much for your replay. The only issue I'm having is that Sencha complains that it can't find any function named getUrl(). Is this a custom function?