Search Results

Type: Posts; User: ndotis

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Using Ext.net 4.5.
    I want to display the grid cell content in multi-line rows.
    Tried the cell renderer and also "row-class" using "white-space: normal" didn't help..

    I don't want text to be...
  2. You can close the thread.
    I prefer to implement the "FieldTrigger" rather than making the "TextField" behave as "DateField".

    Here is my solution for the issue, might help others.

    ...
  3. Looks good,
    but since this is a "TextField" using as a date input field, I need to format the data and implement the date validation???

    how the "FormatText" attribute works on a "TextField", can...
  4. O.K, if I can use the same "DateMenu" for all the fields how to set the "select" handler relatively, the below select handler is hard-coded to update the "fld1"

    help...



    <ext:DateMenu...
  5. No, it doesn't help.

    I have around 100 DateFields on my form, so I need to define a "DateMenu" for 100 fields? there should be a better solution like modify the form "getValues" function to...
  6. Here is the working sample, on form load "Datefield" displays the current date, clear the value (click the 'X') and then click the button, the alert displays the old value instead of blank value.
    ...
  7. Hello

    I am using Ext.net version 4.1.
    "DateField" is not submitting the blank values,
    when we blank out the value on a "DateField", call the "form.getForm().GetFieldValues(false)", the...
  8. Cool, it works.
    Please close the ticket.
  9. Hello

    Does GridPanel Spreadsheet selection model can be used to copy the data from excel file to grid?
    If not, what is the alternate way to copy the data from excel to GridPanel using Ext.Net...
  10. Hello

    Check the "HyperlinkButton" on IE-11, it opens a new tab saying "Make sure the web address //ieframe.dll/dnserror.htm# is correct."

    We can duplicate the issue on the example explorer too....
  11. On Ext: 1.x, the textbox with the above "InputTextMask" plugin displays the "Ext: _____" if we didn't enter the extension (see picture below).
    11231
    where as Ext 2.x "InputTextMask" plugin doesn't...
  12. Yes, its working now.
    But, this mask
    (999) 999-9999? Ext:99999
    works fine in 2.x version but not in 1.7, why?
    Do I need to open a new ticket for this request.?
  13. I am almost there, I need some help, See code/Image below,
    I want to reduce the width of the tab and change the background color (more emphasis) for selected and not selected tabs.

    Advise...

    ...
  14. Hello

    "InputTextMask" is not working on IE-11. We are using Ext 1.7 version.

    We get a error saying "Unable to get property 'createRange' of undefined or null reference.

    This happens only on...
  15. Never mind, if we set the "hidemode=visibility" for the tabstrip item, it seems working fine.

    Close the request.
  16. Hello

    The "Tabstrip" control tab is not painting completely on IE11, only the checkbox-group columns show up not the underlying check boxes.
    If we resize the page everything paints correctly....
  17. 10691
    Hello

    I know in 2.x version we can align/position the tabs to the left in a tabpanel, but the text in those tabs are vertical and tabs looks thin (< height).
    See the attached image, how to...
  18. Hello

    I need some help on "TreePanel" refresh action.
    See the below code, try to refresh the node which is already expanded using the refresh button, it not working.

    Advise..



    <%@ Page...
  19. Hello

    This is related to my previous question
    http://forums.ext.net/showthread.php?28129-CLOSED-Excel-to-Grid-Dragdrop-not-working
    How to display a loading mask while the data is being copied...
  20. The copy & paste from Excel to grid id working.
    I am fine with that.
    Thanks for all your help
    Please close the ticket.
  21. Nothing happens - means records from excel file are not copied to the grid.
    What should i do? should i capture and send a video?

    I put a breakpoint on "datadrop.js" file "dataDropped" function...
  22. It's not working for me, tried on both IE (9) and firefox, drag and drop the data, nothing happens

    I am using Ext.Net 2.4 version (just updated from SVN)
    Excel - Office 2007

    Any ideas???
  23. I am following this link
    http://forums.ext.net/showthread.php?9964-CLOSED-Implementing-ExtJS-Grid-DataDrop-plugin/page3

    I got the files from the link below (see attached, changed the extension to...
  24. Hello

    Here is the sample code for excel drag drop to grid, it's not working


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="TestWebApplication.WebForm2"...
  25. Yes, "Blur" event worked, Please close the request.
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4