Search Results

Type: Posts; User: costab

Search took 0.01 seconds.
  1. Hi:

    My question was more about the ability to define panels as "classes" and instantiate them, and what is the best way to achieve that in ext.net.

    I tried to use asp.net user controls and to...
  2. Hello:

    I want to define a panel as a type and I want to create two instances of this panel, one in a window and one in a normal panel. What is the best way to achieve this with ext.net?

    What...
  3. Hello:

    Is it possible to queue the ajax calls such that only one is executed at the time? I came across this thread:
    ...
  4. Check out my solution from this thread. It is the same problem:

    http://forums.ext.net/showthread.php?13781-custom-icons-%28from-the-famfam-stock%29-don-t-show-up-in-a-TreePanel

    I defined a css...
  5. You should define an HttpProxy that can be fed off a url which fires your action.

    See this: https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/Handler/ - here you can replace the url with...
  6. ok, I solved this problem by generating an icons.css file using this code:


    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>

    <%@ Register Assembly="Ext.Net"...
  7. I started to read the code and I think it is a problem with the way the famfam icons are handled.

    Because the images are serviced by the app (they are web resources), and they are serviced by urls...
  8. ok, my bad, this sample works when you add ResourceManager.GetInstance().RegisterIcon(Icon.Note);

    Try the Ajax_Method_Loader sample. Here is the code:


    <script runat="server">

    ...
  9. To reproduce the problem, go the PageTreeLoader example (under TreePanels) and change the code to set a node icon:


    protected void NodeLoad(object sender, NodeLoadEventArgs e)
    {...
  10. Thread: Why use EXT.Net

    by costab
    I asked myself the same question.

    The best way to see for yourself is to check their demo application. I know it can be overwhelming, but if you spend the time studying the code it will prove to...
  11. I like aps.net mvc and I see its benefits. But I am not convinced it is better when used with ext.net pages.

    When I use MVC I don't have access anymore to the ext.net objects in the event handler...
  12. What are the patterns for firing MVC actions from the client using javascript?

    Example: I have a form with a combobox and a grid and I want to refresh the data when the user changes the selection...
  13. Assuming that I have an app similar with the examples app where you have a tabbed interface, what events should I use if I want to prompt the user before closing a tab in case that tab contains a...
  14. Thanks, Vladimir.
  15. Hi:

    I am a newbie to ext.net, however, I have experience with ExtJs and GXT.

    What is the best way to handle events that interact with the extjs controls/data on a page? Do I modify the control...
  16. Ok, I talked to my colleague and he said it is normal.
  17. Hi:

    When I try to open a page created by a colleague of mine in the design mode, VS doesn't show the layout properly. It shows the border layout panels but instead of showing the content of the...
Results 1 to 17 of 17