Search Results

Type: Posts; User: betamax

Page 1 of 11 1 2 3 4
Search took 0.03 seconds.
  1. Thanks Daniil, I pulled out the code that was added to Element.override and added it to my treepanel control and all works as expected.


    Ext.onReady(function(){
    ...
  2. Here is an example of code used to test this defect in Nuget version of Ext.Net


    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Register TagPrefix="ext" Namespace="Ext.Net"...
  3. I am working on our upgrade to Et.Net 3x and I am stumped by this issue. I have tried all the "click" and "mouse" events with no success. Can we brainstorm a work around?
  4. Thanks Daniil. That seems to have fixed that issue.
  5. hi Danill,

    Should I need to leave the original .preg for backwards compat to Ext v1.8, or will the .define work for both version 1.x and v3.x?
    Remember I am running multiple versions of Ext.
  6. I am in the process of upgrading to Ext.Net.MVC.3.x and have run into an issue where if I try to run the code below, I get TypeError: me.el is null for the first radio button in the group. It is a...
  7. if (typeof Ext !== 'undefined') {
    vms.extVer = parseFloat(Ext.version || Ext.getVersion().version);
    if (vms.extVer < 4){
    var AutomatedTesting = Ext.extend(Object, {
    ...
  8. We use many plugins and have traditionally used this method to register them:

    if (typeof Ext !== 'undefined') {
    var AutomatedTesting = Ext.extend(Object, {
    constructor: function...
  9. Mimisss, as much as I would like to create such a document, there are not enough hours in the day.
    I feel that I have provided a list of areas within the Ext v1x code that need to be changed, and a...
  10. I am not sure I follow your logic. We use directmethods on 85% of the pages in our application. We have been using Ext since v.8. The problem only occurs when we go from an MVC page to an Ext v2.4...
  11. Simple explanation of problem is that direct methods are not registered on client.
    When we attempt to call a direct method, in this case, to reload the page in "Edit" mode, the error in javascript...
  12. Is it possible, and what is correct way to use Ext.net MVC version in mixed environment (web forms and MVC)?

    Can we install both versions from Nuget library and us them in the mixed environment?
    ...
  13. Turns out the original example I supplied works, we just had to add a delay to the call to clone.



    stoCopy.Listeners.BeforeLoad.Handler += "App.stoCopy.data =...
  14. Consider the simple store "stoUser" below that is loaded with data.



    <ext:Store ID="stoUser" runat="server" >
    <Model>
    <ext:Model ID="modUser" runat="server">
    ...
  15. We are stuck at 2.2 for the moment. We will not be able to move forward until after the next release's regression testing is complete.
  16. I appreciate you putting together that example Daniil.
    I am not seeing it work as expected though (in IE & FF); I've attached a screen shot of what I am seeing.
    In words, the row turns to Ext blue...
  17. I have a simple grid with alternating row colows. I am using the row expander plugin, and I would like to set the expander color, or the display field it contains, background color to match the row...
  18. Mark as Closed. thnx
  19. I took the suggestion and busted up the shorthand background into its parts, and that took care of almost all of my issues with borders and hover behavior.

    Adding .x-nbr isolated the older IE's ...
  20. Honestly, this is the least of my concerns. I really need the main (first) question about overrides answered... but...

    I don't see how I can apply a class to the button (Ext.MessageBox.OK) in the...
  21. Geoffrey said


    I tried to take a look at UI = "Danger", but saw no effect. I am guessing it is also part of v2.5?



    function callAlert(){
    Ext.MessageBox.show({
    title: 'Css...
  22. I thought this might help show the simplicity\complexity of my border issue. Please see attached screenshot of the css as seen in IE Dev Tool.

    If I uncheck your border styles (green, 0 px), then...
  23. Thanks Daniil, I will start working with that example now. In the mean time, the Border is a big issue (see first post). It doesn't seem to be an issue of specificity, and I would think that my style...
  24. Thanks Geoffrey. I'll check it out, but, unfortunately we have a company wide, across our product suite, a defined look we have to maintain, and also unfortunately, the products don't use the same...
  25. Note: I would like to avoid having to maintain two style sheets for this, but when I try to use this against my Ext.Net v1, I have the borders and some of the hover action but lose the background...
Results 1 to 25 of 255
Page 1 of 11 1 2 3 4