Search Results

Type: Posts; User: wadhah

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. I did not understand your point, how to add <ext:ToolbarFill> on either side of the <ext:Button> ?
  2. Hello,
    I implemented a button within a toolbar, how to center buttons display in the toolbar ?
  3. Solved I should use
    parent._txt to retrive textField ID.
  4. Hello,
    I implemented a view that contains a textField and a button, when I click on the button a Window will be appear, the window contains a textfield implemented pragmatically I would like to...
  5. Fixed thank you very much
  6. Indeed something is going wrong and it is weird, we even run the sample on 3 different machines and on each one same behavior.

    Attached a full project sample we used to reproduce the issue on...
  7. This is the behavior on different browser;
    IE 9:
    3635
    IE 8: Invalid argument, ext.axd, code 0 [ext.axd?v=21945 (ligne 7,Char 151820)]
    FF 9: this.container is null [Stopper sur une erreur]...
  8. Using Firebug we noticed that Ext.Net JS are correctly loaded we have other screen that work fine.

    Bellow the error details :
  9. Hello,
    We are programmatically creating TabPanel; we use one method to generate the TabPanel and another method to generate the Panels' content.
    Each Panel content (tab) has its view [aspx page]....
  10. It works thx :)
  11. Sorry again for the missing files. Here is the same sample but now it is full.

    The view [Search.aspx]:



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

    <%@ Register...
  12. I have reproduced this issues an a sample project just send me your email because I can't upload it [Because the size is large > 2 mega]
  13. Hi,
    Just use this view as sample aspx page [Search.aspx] :


    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  14. Just use it as a simple view [Search.aspx]:



    <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  15. I forgot to add the Counterparty class, here it is [Counterparty.cs]:



    public class Counterparty
    {
    public int counterparty_id
    {
    get;
    set;
  16. Hi,

    This is a sample where "data" parameter is not empty but the download window does not apprea.

    Here is the Controller:



    using System;
    using System.Collections.Generic;
  17. Hi again,
    The attachment below is a printscreen showing the DirectEvents response :
    3616
  18. No it's Implemented bellow is the fct generating the toolbar


    public Toolbar GenerateToolbar()
    {
    Toolbar toolbar = new Toolbar();
    toolbar.ID = "_toolbar";
    ...
  19. The attachment below is a printscreen showing the error when I click on Excel button within (IE8,Chrome) ...
    3615
  20. Thanks a lot, it worked like a charm within the latest sample we provided on this post.
    We added the CleanRequest property to our application and that worked too (data parameter is not null...
  21. Please find a sample that you can run to reproduce the issue.

    The view [Research.aspx]:


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

    <%@ Register...
  22. Hi,


    Actually the views of our application are rendered programmatically from our custom view engine project, the code is complex and is based on XML files and a huge database, that is why we...
  23. Hi again and thank you for your quick answers.
    Below a sample POC we tried and that works fine

    Here is the view:

    <ext:GridPanel ID="GridPanel1" runat="server" AutoHeight="true" Hidden="true">...
  24. Yes there are two methods to send format and data to action controller either with ajax (Jquery or Ext.js) or with extra parameter within Ext.NET button
    when I implement the extra parameter...
  25. This is the Controller action :

    [HttpPost]
    public ActionResult ExportData(String data, String format)
    {
    XslCompiledTransform xt = new XslCompiledTransform();
    ...
Results 1 to 25 of 57
Page 1 of 3 1 2 3