Search Results

Type: Posts; User: banrisulssw

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello!

    I have a CommandColumn with a direct event associated:


    <ext:Column ID="Column1" runat="server" Text="Mensagem" Flex="5" DataIndex="Mensagem" />
    ...
  2. Hello, Murta,

    Well, this solution works, but we know that is not the best solution.
    We have several cases where we need to send objects from client side to server to process data. This solution...
  3. Hello!

    For an example:


    <ext:Portal ID="Portal1" runat="server">
    <DirectEvents>
    <Drop OnEvent="Portal1_Drop">
    <ExtraParams>
    <ext:Parameter...
  4. Good morning, @fabricio.murta!

    Well, your solution is what I need. Thanks for the reply!

    Bruno Crivelatti
    Banrisul SSW
  5. Hello @fabricio.murta!

    Sure, I don't know what I was doing different... Now I changed the code to "App.myHtmlEditor..." and worked correctly.

    One more question about this:
    I have a scenario...
  6. Hello, @fabricio.murta!

    I understand and that works fine to me, with a little modification.


    X.AddScript("#{myHtmlEditor}.getToolbar().show();");


    I'll figure out a way to remove this...
  7. Hello,

    I'm trying to hide HtmlEditor's toolbar on server side (on C# code), but I only found examples doing that on client side. I need to run that on server side

    The code I found for client...
  8. Yes, probably a problemwith vs2012, these are the steps to fix it :).
  9. I created an empty WebApplication installed the nuget package. So the errors started, to get the project work i had to:
    -Add in the web config at configSections this.


    <sectionGroup...
  10. nvm solved it
  11. Hello, we have an application using ext.net webforms. I want to create one using MVC, how can i create a simple project from scratch using visual studio 2012? I'm having trouble with the web.config
  12. Awesome, it's working now, thanks Murta
  13. Yes, i'm using your test case. Even installling the nuget package, the radio button still not working. I'll rollback the Ext.Net version from our Project, please let me know when the issue is solved....
  14. Hello, i did what you said and did not work. I genereated a package from the master branch using the .bat, created a new Project and added the references , and the error persisted.
  15. Ok, thanks Fabricio! I've sent an email to support@ext.net yesterday morning and still waiting for the answer.
  16. ok! how do i download the latest github version? Can you explain us? Never used Github...
  17. Thanks for the answer, it helped a lot
  18. Ok, It's a bug.

    I didn't understand how to fix the problem until the new version of Ext be available. Can you help us with examples? In the case of the value not be passed to server side, and...
  19. The workaround worked almost perfectly, the only problem is when the exception is fired on the page_load. What can i do?
  20. I upgraded the .net version to 4.5 and we still having the same trouble, can be something on web.config or packages.config?
  21. Hello i did the test with a new application and the error persisted. We're using asp.net 4.0 and .net 4.0, is this relevant for you?
  22. Hi,

    We updated our project to Ext.NET 4.2 Web Forms, and the RadioGroup stop working. The checked value is not being pass to server side. Or we are doing something wrong here! Can you help us?...
  23. Hello,

    Here's a test case.

    Test.aspx.cs


    using System;
    using Ext.Net;
  24. Hello, i'm using a button to raise new exception on direct event:

    TestPage.cs


    protected void Test_ButtonOnDirectClick(object sender, DirectEventArgs e)
    {
    throw new Exception();
    }
  25. I`m trying to implement an general exception handling in my project using Page_Error. I want to show a popup and log the error. I`m already logging, the problem is, the popup does not appears.


    ...
Results 1 to 25 of 32
Page 1 of 2 1 2