Search Results

Type: Posts; User: dataworks

Search took 0.01 seconds.
  1. Hello,

    I am trying to render a form with a combobox from server-side but I am running into a javascript error when I try to re-render the form:



    and it appears to be coming from the...
  2. Awesome thanks. Hope you can resolve your hosting problems. Good day
  3. Any estimation on when this will be resolved? Need the examples to continue development. Thanks
  4. We are having a recurring issue with setting combobox values in our projects. Every now and then we will get different behaviour from setting the selected item by using ComboBox.SelectedItem.Value....
  5. You're totally right. We found the culprit. It has nothing to do with Ext.Net. Thanks and sorry for the inconvenience
  6. We are getting a strange Invalid License message when we publish to production server. This does not happen on the development environment. License key is defined on the Global.asax, then moved to...
  7. Hi, I'm having difficulties finding a good source of info on how to work with user controls in Ext.net 2.5, specifically with client side functions, DirectMethods, and accessing components contained...
  8. Hi, is there a way to send extra parameters to the OnFileUpload event on server side? I need to create a unique ID on client for each file uploaded and send it to server, which will be associated...
  9. Wow. Why didnt i try that. It works, thanks! :)
  10. Thanks for the help


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

    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    if (!X.IsAjaxRequest)
    {
  11. I cant seem to find what im doing wrong. Can you please help me out


    <ext:Chart
    ID="chrtTransferencias"
    ...
  12. Is there a way to align the labels on the x axis toward the center of the bars? Thanks

    http://forums.ext.net/attachment.php?attachmentid=15151&stc=1
  13. Thank you Daniil it worked.
  14. Hi Vladimir. When viewed on IE 8, window is not visible. Only mask. I am using unstyled property to add custom style to a log in window.


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  15. If I set modal window with unstyled property, it is not shown.
  16. Nevermind, solved it like this


    Ext.Net.MenuItem mni = new Ext.Net.MenuItem();
    mni.ID="mni"+row["EXPEDIENTE_RENEWAL_FORM"].ToString();
    ...
  17. Ive been searching for a while but haven't had luck. I want to send a parameter to the DirectMethod defined on the listener. Thanks


    Ext.Net.MenuItem mni = new Ext.Net.MenuItem();...
  18. Ive been searching for a while but haven't had luck. I want to send a parameter to the DirectMethod defined on the listener. Thanks


    Ext.Net.MenuItem mni = new Ext.Net.MenuItem();...
  19. Works! Thank you very much Daniil.
  20. Thanks for the response Daniil. Having a hard time here. I set the listener through:


    btnTest.Listeners.Click.Handler = "App.direct.Download({isUpload: true, formId: 'form1'})";

    But nothing...
  21. Hello Daniil. Reason I need a DirectEvent is to trigger a file download so I need to set IsUpload="true". Is there a workaround for this? Or a way to do as listener? Thanks
  22. Im trying to set a buttons DirectEvent through another DirectEvent from another button but it does not fire. Help please


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    ...
  23. I have successfully installed 2.5.1 using NuGet. Much easier than expected :) Thanks Daniil.
  24. Hi Daniil, thanks for the respone.

    I downloaded the package again, this time with Examples Explorer as your instructions. But the Ext.net.dll found there are version 2.2. I wish to use the...
  25. Greetings.

    I am trying to do a manual install of Ext.NET on Visual Studio 2010. I downloaded the WebForms package from ext.net/download and unzipped files but I can only find the Ext.net.dll on...
Results 1 to 25 of 25