Wow. That worked. I don't fully understand why...guess I need to read up on it! Thank you so much for the help!
Type: Posts; User: jeotte
Wow. That worked. I don't fully understand why...guess I need to read up on it! Thank you so much for the help!
I've been reading around and have seen many other similar posts, but I'm still not getting it.
I have a gridpanel on a window, and there are no horizontal scrollbars. Everything I've read says...
I'm using EXTJS 4.2.2. I have a grid with two columns, both are required. However, when the row is initially added to the grid, it should not be highlighted. I have found a solution, however am...
That definitely sounds like what I need. Thanks!
I have a button that when you click it, it makes an ajax call and refreshes the screen. However, if the user double clicks the button, the screen flickers and doesn't display what it should. ...
Perfect. That makes so much sense. I'm just new to ExtJs and have no clue what I'm doing. Appreciate the help!
Thanks for the response. So, the query method queries all children?
To remove a nested child, I should do something like this?
parentPanel.items.items[0].remove(item, false);
First, I'm using ExtJs version 4.2.2.
I have a panel and I call .query() on it, it finds the value that I'm querying for. However, if I then call .remove() on the panel, it doesn't find the...
Simply toggling the visibility of columns.
After some debugging today, what I'm finding is that calling setVisible eventually calls Ext.view.AbstractView.refresh(), and in there, even if...
I'm having an issue where I have selected a row, but when a column is hidden or made visible, the grid scrolls to the top. It's very frustrating and seems to happen when 'setVisible' is called...