Search Results

Type: Posts; User: ascsolutions

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. I decided my mistake!! I consulted the README TXT .. (that comes with the download Ext.NET.Pro.1.6.0) and made changes in web.config looking for Sample.config.
  2. I decided my mistake!! I consulted the README TXT .. (that comes with the download Ext.NET.Pro.1.6.0) and made changes in web.config looking for Sample.config.
  3. can someone help?
  4. alguem pra responder?
  5. I am getting this error, direct the project, someone knows what can I do?
  6. The web.config file for this project is missing the required DirectRequestModule.

    Example

    <system.web>
    <httpModules>
    <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule,...
  7. thank you Vladimir, worked fine!
  8. Hi,
    i have a ResourceManager in my home page. Today, I have included a StartupMask in ResourceManager. After that, the first of Direct Event call shows me a error:

    Server Error in '/'...
  9. Hi,
    i have one gridpanel with component columns and one editor column (DateField) with CellEditing plugin.

    Into the column model, i have two component column with a combobox each. These comboboxs...
  10. a simple question:
    I'm trying to run the code "return View()", but it doesn't work.



    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<IEnumerable<Mvc3.Models.Usuario>>" %>

    <%@...
  11. I want to get the items that have changed in Multi Combo, ie get the new items that have been selected and have been cleared.
    Is it possible?

    thank you.
  12. Yes. I tested only in Google Chrome
  13. Ok, I tested your code and now it works perfectly when there is no definition in any column width

    Please, take this test:


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

    <%@ Register Assembly="Ext.Net"...
  14. Hi, I tried using version 1.4 release, but still did not solve the bug

    I have attached the image of the result4437
  15. Can I try, but there are many differences between these versions?
  16. I'm using sources version 1.3.0
    Release Date 2012-02-29 and Google chrome 20.0.1132.47 m
  17. thanks, your solution fits.
  18. notify the User when the cell editor is not valid

    Currently, when the User enter a number greater than 10 or less than 0, the NumberField is red, but the complete edition he returns to the...
  19. Currently, when the User enter a number greater than 10 or less than 0, the NumberField is red, but the complete edition he returns to the previous value if the value entered is not valid.
    I wish...
  20. I need the columns in my GridPanel self expand to occupy all the GridPanel

    My code:

    <ext:Viewport ID="Viewport1" runat="server" Layout="BorderLayout">
    <Items>
    <ext:Toolbar...
  21. I have a page that contains a FormPanel and a GridPanel.
    Like this example: https://examples1.ext.net/#/GridPanel/Update/AutoSave/

    Furthermore I have a save button which needs to save the...
  22. I need to go through the editable fields of my GridPanel using the arrow keys on the keyboard.
    I'm currently using enter to go down the editable fields, but these fields must be rotated by the arrow...
  23. How to force refresh event on GridPanel by the client side

    I'm trying to do so:
    Success = "Ext.Msg.show ({
    title: 'Save'
    msg: 'Your...
Results 1 to 25 of 37
Page 1 of 2 1 2