Search Results

Type: Posts; User: alexrodi82

Search took 0.01 seconds.
  1. Hi, i'm studing GridPanel, DataView, ListView and i'm having trouble with template columns. Is there any tutorial that i can follow to learn how to manage them?

    Many thanks in advanced.
  2. Thread: Ext.net 1.3

    by alexrodi82
    Is there any chance that you'll release 1.3 version soon with the lastest hotfix?
  3. Wooh, many many thanks.
    It's a pleasure to work with this framework, even if i sometimes have some trouble to find the documentation that i need.
    Anyway, many thanks.

    Ah, PreventBodyReset="true"...
  4. Simple question,

    how can i override Ext.NET css (i'm quite a nub about css :)).
    I need to override it because i dont see numbers of my ordered list.



    <style type="text/css">
    ...
  5. Hi, i'm a little lost.

    I can't find the documentation about ext:Multiselect item, mainly the client side one. On extjs website, under ExtJS 3.0 docs, there isn't any Multiselect item.
    Can someone...
  6. Ok, it worked but i have to do a little change which i report here.



    <BeforeRemoteAction Fn="addParams" />


    You can mark this thread as closed. Many thanks
  7. Ok, i'm going to try now.
    Anyway, many thank for the reply. You guys are great.
  8. Ok, here a piece of code



    <ext:TreePanel ID="tree_menu" runat="server"
    Border="false"
    HideBorders="True"
    AutoHeight="True"
    RootVisible="True"
    EnableDD="true"
  9. Can anyone give me a little advice please? Otherwise i have to find a work-around.
  10. Hi, i'm working on a treepanel with remote actions. I need to pass an extraparameter on my OnRemoteAppend event. I'm trying to pass the parameters but it doen't work.

    First of all,...
  11. Ok, as i thougth. Many thanks anyway for the example.
  12. Noone can help me?
  13. Hi all, i have a problem (at least for myself) with RowEditor and the DirectEvent AfterEdit. I need to call the DirectEvent associated with AfterEdit everytime i click on "save" button and not just...
  14. In this thread

    http://forums.ext.net/showthread.php?5836-CLOSED-iFrame-V-s-User-Control

    geoffrey.mcgill said




    Have you implemented this "ability"? Or should i continue to use iframes?
  15. Thread: Validation

    by alexrodi82
    Wooh, i'm happy to be useful in some way. Do you know when version 2 will be released? :) I'm working on a big project and i'm thinking which control to use, if EXT.NET or the old T....k. Ext.net...
  16. Thread: Validation

    by alexrodi82
    In ASP.NET control there is both client and server side validation. On submit, if i configure a server side validation, i can see if the page is valid checking the property Page.IsValid. Is there...
  17. Another simple example is



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="tp.aspx.cs" Inherits="com.iofame.tp" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  18. The previour code is a wrong version, this is the once which give me the problem. The problem come from the button btn_modifica and its direct event Click.





    <form id="MainForm"...
  19. Yes, ASP.NET control, sorry.
    This is my asp.net page



    <form id="MainForm" runat="server">
    <ext:ResourceManager ID="RManager" runat="server">
    </ext:ResourceManager>

    ...
  20. Hi all, i'm new and i'm studing this .net framework. I'm facing with a problem and i dont know if there is any solution.

    Is it possible to user FormView with Ext.NET?

    I'm asking becasue in...
Results 1 to 20 of 20