Search Results

Type: Posts; User: idsonline

Search took 0.01 seconds; generated 7 minute(s) ago.
  1. Hi,

    I want to ask if it is possible to run the CDN service on our own servers? Currently we access the CDN service through speed.ext.net.
    Is it possible to change the URL speed.ext.net in our...
  2. Hi,

    I've a question concerning an application running with Ext.Net 5.2. The following issue does only occur on one specific web server, on all other web servers, the application behaves correctly....
  3. Hi,

    I have a question regarding the calendar module (we use Ext.Net 5.2).

    When opening the calendar in the month view, we don't see expand links to display all calendar entries of a day.
    Only...
  4. Hi,

    in our grid, we use the drag and drop function to change the order of the grid rows.



    <ext:GridView runat="server" EnableTextSelection="True">

    ...
  5. Hi,

    we've tried the Excel export with following examples:

    https://examples5.ext.net/#/GridPanel/Miscellaneous/Export_Data_PostBack/
    ...
  6. Hi,

    we have a GridPanel where we export the grid content to an excel sheet:


    case "xls":
    this.Response.ContentType = "application/vnd.ms-excel";
    ...
  7. Hi,

    thank you for the response. We've adapted the web.config as you have suggested - since the change in web.config the ext.axd icons have not been hidden.

    Concerning your response, what do you...
  8. Hi,

    I've a question concerning an application running with Ext.Net 5.2

    In general the icons of our navigation menu are displayed correctly (see Attachment "Icon-OK").
    But sometimes, these...
  9. Hello,

    we checked your proposal and were able to reproduce the error. Please send us the solution to this problem/bug

    breg
  10. Hi,

    after reloading a grid with date filter set (for column set to type date), the store info is lost and grid is displayed empty.
    this effect only occurs while filtering in date columns. it is...
  11. Hi,

    we have changed our Web.config settings as follows:

    1.

    <forms loginUrl="Default.aspx" name="IDS-AUTH" timeout="480" slidingExpiration="true" cookieless="AutoDetect" protection="All"...
  12. Hi,

    we are using a filter in our grid panel, but after clearing the filter, the filter icon is not removed.

    25369
    25370

    This is our clear filter function:
  13. We just tried to customize the button text and tooltip text of PagingToolbar:


    <BottomBar>
    <ext:PagingToolbar DisplayMsg="Displaying Trains {0} - {1} of {2}"
    EmptyMsg="No trains to display" ...
  14. Hi,

    we are upgrading an application from Ext.Net 3.1 to Ext.Net 5.2

    In the Ext.Net 5.2 version, all navigation icons are missing (see screenshots).

    Do you know how to make these icons...
  15. Hi Daniil,
    thank you for your suggestion, i've tried different solutions, but the window did not open...

    My attempts:


    [DirectMethod(ShowMask = true)]
    public void...
  16. thank you,
    i've tried to use your Create Window example. But using the *.ascx file as a ComponentLoader.URL does not work. How can we display the *.ascx file inside this window. do we have to...
  17. Hi,

    in your examples the modules are first created on the desktop and after that they can be launched.
    But we need to open modules (ascx files) without creating them on the desktop first.

    I've...
  18. sorry, but i thougt this one was closed...
  19. Hi,
    thank you for your reply, but the given examples did not solve the problem. As you can see in the screenshot, we want to display/open a closed module (which is neither displayd on the desktop,...
  20. Hi,
    thank you for your reply, but we want to display/open a closed module (which is neither displayd on the desktop, nor even loaded) by clicking on a button in the navigation menu?
    The modules...
  21. Hi,

    How can we display/open a closed module (which is neither displayd on the desktop, nor even loaded) by clicking on a button in the navigation menu?

    Please view attached screenshots:
    ...
Results 1 to 22 of 22