Search Results

Type: Posts; User: tylert

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hello,

    I can't load the Legacy Examples Explorer at https://examples5.ext.net/

    It has been broken for at least a few days now, but it was working a couple of weeks ago. Can you check on it to...
  2. I want to use Sencha Cmd to generate a custom theme.

    I downloaded Sencha Cmd and issued the following command:

    sencha -sdk C:\extnet\Premium\src\Build\Ext.Net\extjs\ generate workspace...
  3. I'm running into an issue with a GridPanel that has a single editable cell, and using the tab key to navigate down the grid in IE. The grid briefly scrolls right horizontally and then back before...
  4. Following up from this previous thread, I am still having an issue with a CartesianChart using a LineSeries with gaps in 4.4.0. The last example from that thread works without issue, but when I...
  5. bump -- just want to make sure this latest update is seen. Should I create a new thread since this one was previously marked as FIXED?
  6. Thanks -- I wasn't sure if you had any more influence over which bugs Sencha addresses compared to me since I'm not a Sencha customer. I went ahead and posted on that thread.
  7. Thanks for those suggestions. One of these options will work well for us until it is fixed.
  8. My mistake, it did start with 4.2. Thank you for sharing that override -- I ran into an issue with my override and this one works better.
  9. As I understand it, setting the StatefulFilters property to false, should result in the grid's filters not being saved with the grid's state, but it does not have that effect.

    I believe this is...
  10. Starting with 4.3, I am no longer able to focus inside of a TextField that has EmptyText set using a tablet. I tested the following using the iPad emulator in Chrome F12.



    <%@ Page...
  11. Previously we could set Hidden=true for a LineSeries to have it disabled initially and a user could select it on the Legend to display it. Now when we set Hidden=true the marker for the series in...
  12. We were still using the overrides FixA and FixB, but they seemed to have broken at some point recently with a new ExtJS update because getRangeOfData() doesn't seem to be called anymore. Instead I...
  13. We are also testing the fix from the github issue because we have to fix this bug right away. So far we are having no issues with the fix, and pages with FileUploadFields are now working. I will...
  14. Fabricio,

    Thanks -- I should have searched the forum first. I will reply on that post.

    Tyler
  15. I'm having an issue with a page that has a FileUploadField. When trying to call a DirectMethod unrelated to the file upload field, the page goes blank. Please see the following example, try...
  16. That's why I'm specifying maxWidth not width. I'm not seeing the issue you describe.
  17. This works for well for us so far in testing. Thanks!
  18. Thanks for your help here. Instead of resizing the columns, what I want to do is just set the maxWidth of the locked grid so that it is less than the total width of the grid. This modification of...
  19. For my locked grid, I want to set a minimum width to the normal (not locked) side of the grid, so that it is always at least partially visible. If too many columns end up on the locked side, it's no...
  20. I have a calculated field that I have set Persist=true, but this setting doesn't get applied and the field ends up with Persist=false because this is the default for calculated fields. The extjs...
  21. Thanks -- this fix works well for the original example. However, if I turn on SingleExpand=true, then the rowexpander doesn't behave correctly. It is slow to expand the row and then it changes the...
  22. I'm getting a javascript error trying to load a grid with Locked columns and the RowExpander plugin. Please see the following example:



    <%@ Page Language="C#" %>

    <script runat="server">
    ...
  23. I've confirmed that this issue is fixed in 4.3.0 for my test case. Thanks!
  24. I switched in the Ext.NET 4.3 library and that fixed having the template update when the data changes! I left the code exactly the same, I believe the only difference is using the new Ext.NET...
  25. I'm trying your example, and using F12 to update the first row. I'm not seeing the expanded row content update. Please see the screenshot here -- the regular row doesn't match the expanded part. ...
Results 1 to 25 of 75
Page 1 of 3 1 2 3