So.. couple of things about this if you don't want to use a schema. You can't simply override the Writer to set writeAllFields = true because this is a config property. So you can either override the...
Type: Posts; User: somuchh8
So.. couple of things about this if you don't want to use a schema. You can't simply override the Writer to set writeAllFields = true because this is a config property. So you can either override the...
I have this exact same issue. The only difference is my project was fine like this for a while and then all of a sudden I started getting the same error and now my panel containing the grid which is...
Is there any update on a fix for this issue or possible work around?
I just created a fiddle to demonstrate this issue and before i could post I found that this has already been reported. I also see that this is fixed in Ext 5.0. Any confirmation / workaround fix to...
After opening the fiddle keep clicking the button at the top to show/hide the last column and see the alignment issue. I did find the cause of the issue in my project. 'forcefit: true' on my grid....
I just checked my Ext version and I am using 4.2.2.1144 and I'm still having this issue. The difference in my scenario is that I dynamically show/hide the last column of the grid due to application...
Can anyone share the fix to this that was included in 4.2.2.1144 or any possible workaround?
I have this problem as well.
Hmm, so I guess I'm the only one having trouble with the RowEditor in 2.2.5?
Versions:
GWT 2.4.0
GXT 2.2.5
Browsers Tested(Windows):
IE8
Firefox 3.6
Problem:
In IE8 I have a Grid with a RowEditor plugin. When editing I have a row with a TextField, ComboBox,...