Search Results

Type: Posts; User: cmujica

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Hi everyone

    The problem occurs when I try edit a TimeField in Gridpanel (RowEditor), the data is read from data base, it displays normally in gridpanel, but if I try to edit, the value of...
  2. Daniil GREAT JOB!, WORKS PERFECTLY
  3. Yeah, But when I type in the textfield, multiselect not filters
    the code is the follow


    <script type="text/javascript">
    var keyUpHandler = function (field, e) {
    var...
  4. I use


    dfResolved.Text="17/02/2012";

    and



    protected void btn_click(object sender, DirectEventArgs e)
  5. mmmm, the code works only for static elements, but when I populate the store from data base not works

    MultiSelect Configuration



    <ext:TextField ID="TextField1" runat="server"...
  6. MultiSelect Configuration



    <ext:TextField ID="TextField1" runat="server" EnableKeyEvents="true" >
    <Listeners>
    <KeyUp Fn="keyUpHandler" />
    ...
  7. ... oohh wait


    mmm when the Multiselect is populated from database, the code not works
  8. Final solution of Daniil



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="mod_Test" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  9. Nice Job! Thank you
  10. the next code shows the difference between ext and asp, please search with key "z"



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="mod_Test" %>
    <!DOCTYPE html...
  11. unfortunately the alternative solution does not work with many data, Consider the following picture
    3829

    Exists a scroll view item selected ?
  12. application currently works, maybe the IE9 was updated

    thank you
  13. Thank you


    <ext:Button ID="btnGuardar" runat="server" Text="Guardar" Icon="Disk">
    <DirectEvents>
    <Click OnEvent="Guardar" >
    ...
  14. I have a incompatibility with IE9 , the following buttons cannot be pressed (not redirect)
    3799

    the component is a TreeNode (EXT.NET 1.2)



    <ext:TreePanel runat="server" Border="false"...
  15. Hi

    I have a gridpanel with more 600 registers and I will edit many fields, then save changes on data base but the idea is only update the edited

    the follow picture shows a field edited, the...
  16. http://forums.ext.net/showthread.php?15637-It-possible-displayed-a-CrystalReportViewer-in-Ext-Net-component
  17. I use in two Crystalreports projects (for VS2010 displayed in EXT.NET) without problems


    -----
    *escribe en ingles, creo que son las reglas del foro
    -Dices que no se puede mostrar informes de CR...
  18. When I saw the problem, I changed to CrystalReports. see CrystalReports for VS2010

    ---

    Men te recomiendo cambiarte a CrystalReports, mas documentación y trayectoria que el que han creado anexo...
  19. thank you ppalaciosm, unfortunately the alternative solution of daniil does not work with many data, Consider the following picture
  20. Hi all

    I want search data in a MultiSelect (in the displayed list) , for example, the same effect in ComboBox when I press a key, the Combo located all data that begins with the key pressed. For...
  21. Yeah

    -------------------------------------------------
    xD ppalaciosm

    THE PROBLEM: the line " <ext:ResourceManager ID="ResourceManager1" runat="server" /> " no is compatible with EXT, when this...
  22. the same problem in EXT.NET, not solved since 2009 ?
  23. I cant display a Crystal Report in EXT component
  24. Store store = this.GridPanel1.GetStore();
    store.DataSource = new object[] {
    new object[] {"test11", "test12", "test13"},
    new object[] {"test21", "test22", "test23"},
    new object[] {"test31",...
  25. I change the code to



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PlataformaInformes.aspx.cs" Inherits="Reportes2011.PlataformaInformes" %>
    <%@ Register Assembly="Ext.Net"...
Results 1 to 25 of 38
Page 1 of 2 1 2