Search Results

Type: Posts; User: rmelancon

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Ok updated to latest and same issue. IE is version 11.1593.14393.0

    In the example page click State, then type 'a'
  2. Yes, we are on 4.3.0, upgrading now, will respond back when done.
  3. When you have ReadOnly fields or selectbox, in Chrome they work as expected, you click in the field and nothing happens. In IE however, you click and you get the cursor as if you can type. If you...
  4. I have a grid panel with columns, some of the columns have MenuDisabled=true while others have MenuDisabled=false. Is there an option to remove the columns that have MenuDisabled=true from the...
  5. Having a problem, seems to work properly in IE but in Chrome when you open the page for the first time (new browser or new tab) the imagebutton is not visible. If you refresh/reload the page it...
  6. Not sure why the BodyPadding was used, probably trying to address some other layout issue. In any case, removing it did the trick, thanks.
  7. I have a grid with an image command column and Check box selection model. When you click the command column, everything shifts to the left, hiding the checkbox selection checkboxes. Then you have...
  8. Thanks so much for the help! Went with Approach 2 and it works well.
  9. Put together an example, the selected row is on the second page and the javascript that attempts to set the page causes the grid to empty as it is setting to a page that doesn't exist because...
  10. So the row is being selected in code behind during PageLoad event. On the client side what event can I use that will have the selected row set where I can use the client side code you provided? I...
  11. I have a grid panel that is loaded with say 40 items and the page size is set to 10. In code behind I am selecting a row based on a value from the database. As an example lets assume it is on page...
  12. That helps, thanks!
  13. Is there a setting for Badges that will put them on the tab instead of the panel body? and also be visible on the tab even though the tab isn't the active panel? So the badges are specific to a tab...
  14. So in this example this.parent.App.pnlSettings.close() works but what I really need is the window to close, so this.parent.App.winSettings.close() does what I want. However when I plug this into the...
  15. Thanks, sounds like two stores it the easiest to implement.
  16. I can't get the column "Restriction" to render the text (description) instead of id using a column renderer because it cannot access the Store "StoreRestrictionType" used by the select box. I tried...
  17. I have a window that opens another window using a Loader inside of a panel. I am trying to close that loaded window when a button (Apply) inside the window is pressed. Seems like a simple...
  18. I have a form with a TabPanel containing multiple panels and inputs across all the tabs. I am trying to set focus on the tab that contains the first invalid input. Basing my example on a post I...
  19. Perfect, that's what I was looking for. Thanks!
  20. Yeah, so .select(2) works but .selectById(id) gives the error .selectById is not a function. So my assumption is that .selectById has been replaced by some other function or just isn't an option...
  21. Trying to select a row in javascript by calling grid.getSelectionModel().selectById(id) as I have seen in 2.x examples, but apparently this has been deprecated though I can't find a reference in...
  22. This is what I had to add to fix it:

    Ext.Net.JSON.GlobalSettings.DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Local
  23. Didn't really fix it but a work around was to just leave out the ending body tag. Result is technically invalid html but for what I was using it for the browser rendered it fine.
  24. I had to add a setting to adjust in javascript. Some globalization thing that I can't remember now what it was... but it is fixed. Thanks.
  25. I got it from here, thanks.
Results 1 to 25 of 217
Page 1 of 9 1 2 3 4