Search Results

Type: Posts; User: Tarun_Chand

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi Ext.Net Team,

    Is is possible to have paging with grouping in ext.net grid? if yes, can i have a sample for the same?

    Thanks.
  2. Hi Ext.Net Team,

    I have a requirement to build a Facebook style wall in my application where user can open this wall from any page/screen and can see other user comments (latest on top) and can...
  3. Hi Ext.Net Team,

    I have recently migrated my page from Ext.Net 2.1 to Ext.Net 2.2. But after that i am getting an error. Please find the attachment. Can you please help me here?

    Thanks.
  4. Hi Danill,

    I have went through this thread completely. We are also facing similar memory leak problem in our project. Unfortunately we can't use latest SVN trunk (Ver 2.2) in our project because...
  5. Hi Team,

    I am trying to generate a Excel download by a Direct Event button click defined as below -

    ============== aspx code ===================


    <ext:Button ID="extBtn1" runat="server"...
  6. Daniil,

    Its working fine. This thread can be closed.

    Thanks.
  7. Daniil,

    Please see the full code below. I am able to reproduce the issue consistently. When i collapse the Parent Panel, the buttons are disappearing. I am suspecting "ViewPort" is an issue here....
  8. Hi Daniil,

    I have used the below code.


    <ext:Panel ID="mainRootSummaryPanel" runat="server" Title="Quote Summary & Global Filters"
    Collapsible="true" Region="North"...
  9. Hi Daniil,

    Its working. Now its showing the button in right hand side of panel header. But when i collapse the panel, the buttons are going off. Please find attached the image for more details.
    ...
  10. Thanks Daniil.

    Is it possible to provide a fix in Ext.Net Version 2.1? Because, we are currently using Ext.Net 2.1 only. we were faced some issues in Ext.Net 2.2 hence using 2.1.
  11. Hi Ext.Net Team,

    I have a requirement to list a button in panel header and i am using the below code for that. The problem is, the buttons are appearing in before the panel title. My requirement...
  12. Yes, it worked. Many Thanks Daniil.
  13. Hi Daniil,

    Now i am facing a different issue. Now i am able to open a asp page in the ext window successfully. In my asp page, i have the following code written for accessing the parent form.

    ...
  14. Daniil,

    I copied the sample you gave to a new .aspx file and tried, it's the exact code. But anyways, the code I have modified, which I posted in my previous reply works for me...

    The following...
  15. It is perfectly working. Many Thanks Daniil.
  16. Hi Ext.Net Team,

    I have a requirement to load the another asp page from ext.net page as child page (like javascript - showmodaldialog). i have tried with the following code but its not working....
  17. Daniil,

    You have been wonderful support since the first day, first I appreciate all your efforts.

    I tried the sample you posted but it looks like it is breaking, showing a javascript error...
  18. Daniil,

    I checked this, but no luck, it throws the same error...!
    i.e 'Object doesn't support this property or method'. Check this screenshot...5945

    =========== Modified JS Code...
  19. Daniil,

    That helps, the events fire now but I get some javascript error on mouse over, which says Object doesn't support this property or method in BeforeShow event where I read the current row...
  20. Daniil,

    Appreciate your quick response, can you please guide me what would be the exact target data which I should specify...

    Do I need to specify the target as below ??


    ToolTip toolTip...
  21. Team,

    I have a grid where I have to show the tooltip on GridPanel cells, on mouse over.

    So I have added the below code to do that.


    ToolTip toolTip = new ToolTip
    {
    ...
  22. Hi,

    On Page load the combobox should be loaded empty. When the user clicks then the items should be fetched. I tried with QueryMode="Remote" and PageProxy as well. Here is the code. Can someone...
  23. CS


    public partial class Scrolling : System.Web.UI.Page
    {
    protected void Page_Load(object sender, EventArgs e)
    {
    Session["SummaryData"] = GetTabGridData();
    ...
  24. Team,

    I have a GridPanel which uses infinite scroll way of binding data, I am using Store_ReadData() for binding the data to store.

    And in the same event I am have written filtering and...
  25. Team,

    Recently we updated the DLL from V2.1 to V2.2.0.27432, and existing code which used to work with V2.1 does not work properly now.
    Below are the functionalities which give javascript errors...
Results 1 to 25 of 67
Page 1 of 3 1 2 3