Search Results

Type: Posts; User: chsakell

Search took 0.01 seconds.
  1. You were right. Here is the javascript code you need to run the example.


    var CompanyX = {
    getCalendar: function () {
    return CompanyX.CalendarPanel1;
    },

    getStore:...
  2. Hi there,
    reference this example https://examples2.ext.net/#/Calendar/Overview/Remote_Data/ I would like to add custom elements. I have Ext.NET installed via NuGet Packages. Calendar uses...
  3. Hi there, is it possible to keep previous selected records from dataview, after a page has changed?
    For example, take a look at Ext.NET examples...
  4. Is it possible to set a custom Icon for an Ext:Editor? I have the following code to display a Skype logo but the image doesn't appear. It does render in the right position but instead of the image a...
  5. I have a combobox which fills it's data through an ASMX Web Service and I would like to pass an Extra Param (the country) in order to show only that country's cities. Country name must come from...
  6. Hi Daniil, thank you for your interest. Actually I created a mock page for you to run and check the problem. Simply run the following page.



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

    <%@ Register...
  7. When I first load the page, I add 8 items into the menu. After removing all items and load new ones (for example 3 items), the menu displayes only the 3 new items but from the console I get that it...
  8. I have a Menu control in the .aspx markup as follow:


    <Menu ID="mnuUserData" runat="server">
    <Items>
    </Items>
    ...
  9. In my web application, I load external websites inside a panel. Everything works fine at all browsers except IE. More specifically, IE throws exceptions if there is a script inside the external's...
  10. Thank you very much Daniil, it works.. I agree with you on your thought but I would like to allow the user to load some random records by clicking a button beside records loaded from the proxy....
  11. Hi there, I would like to know how I can update a store's datasource using a direct method. Here is part of my Panel - DataView - Store code.


    <ext:Panel
    ...
  12. Hi there, I would like to know if it possible to retrieve the current iFrame's Url location using an Ext.Panel. Suppose you have a web application and you load inside an Ext.NET Panel an external web...
  13. Thank you very much Daniil, that solved my problem.
  14. It seems that some events are not firing or not defined in Firefox. More specifically in Firefox 27.0.1 I get the ReferenceError: event is not defined when I bind a handler function to Ext.NET...
  15. Is there anyway to overcome the refused to display 'http://www.somepage.com' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. while loading a page into a Ext.NET panel? Try to load...
  16. Thanks for your answer, indeed quite a chalenge to find a solution..
  17. Hi there, I have the following code that adds a panel to a TabPanel while loads a external page in it. It works great but sometimes the external website makes a redirection. This causes the hall...
  18. I would like to know if it is possible to use other theme in Ext.NET than the defaults (Neptune, Gray, Access). I am using Ext.NET 2.4. I am not talking about manually changing the css but importing...
Results 1 to 18 of 18