Search Results

Type: Posts; User: Ariel

Search took 0.01 seconds.
  1. This is directly from one of your examples. Just a very simple modification added.
    For the following code, the "Select" direct event does not fire. Any ideas why?



    <%@ Page Language="C#"...
  2. https://youtu.be/7xYapMwabmE
  3. We noticed that when copying 2 rows from Excel, an empty third row appears on destination grid. So if that grid already had 5 elements on it, the 3rd record gets erased - but the copy was only for...
  4. Hello Daniil,
    Yes the version is 3.x. Sorry about the slip up.

    BTW I am using below code to get the SelectionModel. But everytime it comes up as NULL.


    RowSelectionModel rsm...
  5. Hi this is my first Post so Please bear with me for any mistakes.
    I am trying to resolve the following issue.
    We have two grid panels with one to many relationship. When user clicks on one row in...
  6. Hi, I have an important demo of our software on Friday and I need your urgent help to get rid of an ugly UI problem (ext.net version 2.5.2).

    I have two problems:

    1) I'm using MarginSpec on...
  7. To those users who encounter this problem often - Make sure that your handler sends the correct parameters and types.

    Here is the code that works:

    User Control Code:


    ...
  8. We have a User Control that has a "Save" button. When pressing the button the system should ask the user for a name and then call a Direct Method to actually perform the saving.

    The code below...
  9. ok. Who should we contact? Or can you contact them? I just need to make sure that someone is pushing this to happen, rather than hoping it will happen on itself, because things rarely happen on their...
  10. Daniil, is there any update on this?
  11. We need to use the new Excel-like selection mechanism which was just released via Ext Js 5.1.

    Can you please upgrade ext.net to support this latest library?
  12. Hi, I am using a DateField that works well when selecting from date selector but it is not returning anything when user enters free text.



    <ext:DateField ID="CalcJobPricingDate" runat="server"...
  13. It is asking me to login, when I try to login with the ext.net forum login it doesn't work.
  14. Awesome. Is this available in NuGet? How do we get this release into our Visual Studio project?
  15. Here you go:

    Default.aspx:



    <%@ Page Language="C#" %><%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
    <script runat="server">
    protected void Button1_Click(object...
  16. Daniil, please click on the links provided above and everything will show up for you.
  17. Yes, we created a simple program that proves that this bug only happens in 2.5.x and not 2.4.x. I was not able to attach these files without adding ".txt" suffix to them, you need to remove it.
    ...
  18. Here is the bug that we see with ToolTips in the new 2.5.1 version:

    http://forums.ext.net/attachment.php?attachmentid=10331&stc=1

    Here is the piece of code that causes an error (notice the...
  19. I sort of bypassed the problem by applying my own style to each column:


    StyleSpecs="background-image: linear-gradient(to top, #CFCFCF 0%, #F8F8F8 100%);"
  20. Quick question, I managed to set the background of the panel as suggested above but we still see parts of the panel (a top line and a bottom line) as per the attachment below. How do I make them turn...
  21. Sorry, for confusion I am actually using IE11, I didn't realize the computer automatically applied the upgrade. Did you check with IE11?
  22. Do you or someone else has sample code?
  23. I turned off compatibility mode, the panels still look flat and the header of your website shows wrong:

    7476

    Then, I turned on the compatibility mode again, and I also added ext.net to the list...
  24. We use a MultiCombo control which lets us select multiple values from a big list. The list can be more than 1000 records so we need to implement paging. Unfortunately each time the user changes page,...
  25. I'm using v2.40 of ext.net. Both the gray and the default (blue) themes look flat under IE10. Gradients are not displaying properly; grid headers are ugly dark gray; one can barely distinguish...
Results 1 to 25 of 25