Search Results

Type: Posts; User: baruch.gabo

Search took 0.01 seconds.
  1. We have made a custom theme using Sencha themer and wanted to use it in the application with v7.
    How do we apply a custom theme that doesn't have a nuget package?
  2. Hi,
    we got it.
    We needed to add the Abstraction package as well as change the UseExtNetResources config to have UseThemeCrisp.

    app.UseExtNetResources(config =>
    {
    if (env.IsDevelopment())
    ...
  3. We are trying to change the theme in the Startup.cs file
    from

    app.UseExtNet(config =>
    {
    config.Theme = ThemeKind.Spotless;
    });


    to
  4. The example site is not running again.
    I keep getting this error
    504 ERROR

    The request could not be satisfied.

    CloudFront attempted to establish a connection with the origin, but either the...
  5. We will follow the issue for future update.
    We love what you guys have done so far.
  6. ext-partial will not work for us.
    The loader example is very close to what we want to achieve (specifically the component load not the frame). But we need to be able to serialize the object from a...
  7. I want to be able to send components from the server to the client using AJAX calls, so only part of the page refreshes and not the whole page on every call.
    In Ext.Net.MVC we could accomplish that...
  8. Great. That's exactly what we were looking for.
  9. We have changed the grid row height, material theme, using css.
    First, we defined a height on the x-grid-item class but that didn't help, and when we changed the padding on x-grid-cell-inner we were...
  10. In many cases when using a form with components that have field label defined, the label overlaps the control when the control has a value.
    you can easily see this in your own slider example with...
  11. We upgraded our code from v4.5 to v5 and on our development machines everything works.
    When we publish to test on Azure, everything is still ok until we try an action that returns a partial view...
  12. Thanks for the help.
  13. Not the best solution. The iframe content is complex and it clutters the main view code. But it will have to do for now.
    Is this a bug with the new EXTJS or the new way menus behave.
  14. Were you able to find any workaround, other then putting the iframe view contents in the main page?
  15. We are upgrading our application from version 2.5 to 3.1 and encountered an issue with menu that have a panel with content loaded in frames.
    On any click on the frame the menu is triggering the...
  16. That was it. Thanks. You can mark it as closed
  17. I've been trying to create a dynamic (generated at run time) store that is buffered. However, when buffering is enabled the grid shows no rows or columns.
    I'm able to reproduce the issue with the...
  18. The failed cases involve calling a combination of database/wcf async function before returning a result. Since these are proprietary, I can't share them. I'll see if I can translate the cases to a...
  19. Thanks for the info, Vlad.
    Registering the async DirectMethods in Page_Load worked in some of our cases but not all. Since DirectMethods don't officially support async, we'll go back to our old...
  20. I have a direct method that needs to retrieve information from several database tables before returning a result to the user. To improve performance we have implemented the data layer using the new...
Results 1 to 20 of 20