Search Results

Type: Posts; User: Arohan

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Thanks a lot. As usual your solution works perfect. Now I get the modified values in JSON in TestDirectEventHandler.



    Can you please throw some light on above, regarding deseariliazing the data...
  2. First and foremost thanks a lot for taking your precious time for writing a sample. It works great !

    I tried to extend it further to fit it into the static classes that we use in C#. Do you think...
  3. Hi,

    I am trying to build a Questionnaire interface for one of my customer. Here, I have to show an user the interface to enter answers to the questions in a selected questionnaire.

    So I...
  4. Hi,

    Thanks. Understood the point. I should not use the object which refers ASP.Net object like HttpContext.

    You may close this thread.

    Thanks & BR,
    PRASAD
  5. Hi,

    I referred following link
    https://examples3.ext.net/#/MessageBox/Basic/Overview/
    (For Button5) to update the progress of long running task to user.

    This does not work in my scenario as...
  6. Hi,

    Thanks a lot for your kind & timely support.

    BuildScripts.Bat and BuildResources.Bat did the trick. Now the embedded custom theme is getting applied to the application as expected except...
  7. Following are the AssemblyInfo.CS items



    [assembly: WebResource("Ext.Net.Build.Ext.Net.extjs.packages.ext_theme_eilisys.build.ext-theme-eilisys.js", "text/javascript")]
    [assembly:...
  8. Hi,

    With following line in Web.Config I could apply my custom theme successfully to complete project.



    <extnet themePath="~/resources/ext-theme-eilisys-all.css" initScriptMode="Linked" />
    ...
  9. I am using Ext.Net 3.1


    I have a combobox displaying filenames in the top panel
    And I have another panel to display selected file just below this panel


    In Firefox and Chrome everything...
  10. Thanks a lot Daniil for your timely support.

    PRASAD
  11. Hi Daniil,

    Works great. Thanks for your support.

    PRASAD
  12. As shown in following image, Header CheckBox is selected when no data in store

    24010

    Here is the code for your reference.



    <%@ Page Language="C#" %>
  13. I am using Ext.Net Ver 3.0

    I have followed the link given below

    http://forums.ext.net/showthread.php?23654-CLOSED-How-to-present-the-quot-No-data-to-display-quot-message-with-GridPanel

    to...
  14. I am using Ext.Net Ver 3.0

    In Chrome Browser, all of a sudden the text in all textfields, combobox etc. in my application are shown at the bottom. See image below.

    24002

    Amazingly till...
  15. Thanks for your quick reply. Mark this thread as closed.
  16. Can you please let me know by when the following issue will be fixed? Or do you have any workaround to make it working in existing application.

    23953

    Here, I would like to mention that we...
  17. We have used ItemSelector on almost 20 different pages. Since we have upgraded to Ext.Net 3.1 all of the pages started giving error mentioned in the bug track
    ...
  18. Hi,

    For the GridPanel Column Menus how to Show Only Filter Option And hide other options such as Sort Ascending / Sort Descending and Column

    Thanks & BR,
    PRASAD
  19. Hi Daniil,

    Thanks for the support and your timely suggestions. You may mark this thread as closed.

    Thanks & BR,
    PRASAD
  20. Here is the sample code,



    <%@ Page Language="C#" %>

    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script...
  21. Hello Daniil,

    Your solution works great.

    I would like to share that In case of virtual scrolling, if we use On Demand loading of store data either by Service or OnReadData, then we may have to...
  22. I have handled this as follows.


    Added a temporary store "SelectedRowStore" to maintain the selected rows in GridPanel1
    Added Listners On "Select" and "DeSelect" of GridPanel1 to Add and...
  23. Please test with the following sample code. Please note that I have used BufferedRenderer apart from the Local Filter & CheckBoxSelection Model.



    <%@ Page Language="C#" %>

    <%@ Register...
  24. Hi,

    On a page I have a Gridpanel with CheckBoxSelectionModel with Multiple Row Selection Mode. Also I am using GridFilters (with Local = true) to filter the records in the GridPanel.

    Is it...
  25. As you have rightly said, problem was from our side only. After eliminating restrictions, I could download the code successfully .

    Thanks to all of you.
Results 1 to 25 of 65
Page 1 of 3 1 2 3