Search Results

Type: Posts; User: DanielU

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Thread: Grid Example

    by DanielU
    I was trying to make a test and I forgot that.
    I made the changes and it's working now.

    Thanks a lot.
  2. Thread: Grid Example

    by DanielU
  3. Thread: LoadMask

    by DanielU
    My problem was solved. I was doing it wrong.
    It should be done like this:


    Window1.AutoLoad.ShowMask = true;
    Window1.AutoLoad.MaskMsg = "Processing...";
  4. Thread: LoadMask

    by DanielU
  5. I copied this example and tried again. It worked fine.
    Could it be the version?
    Mine is 1.5.0.0
  6. Thread: Export Data

    by DanielU
  7. Works perfectly!!! Thanks a lot for your help.
  8. Hello Medo.

    Here is a small example about one of the ways you can do that:


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script...
  9. Worked perfectly.

    Thanks a lot for your help.
  10. Thansk for the feedback.
    What about the version 1.5? Is there a way to solve this?
  11. Hi.

    I need to read a text file and I have a doubt.
    Is there a way to just browse the file and read it? If not, do I have to upload this file and then read the uploaded file?

    Thanks in advance.
  12. Solved at the thread:
    http://forums.ext.net/showthread.php?23216-Custom-Search&goto=newpost

    Solution:


    <script type="text/javascript">
    Ext.override(Ext.form.ComboBox, {
    ...
  13. Thread: Custom Search

    by DanielU
    Perfect. Thanks for the answer!
  14. Thread: Custom Search

    by DanielU
    Hi.
    I just noticed that I got a new problem because of this override.
    In this example:


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4