Search Results

Type: Posts; User: cwolcott

Page 1 of 20 1 2 3 4
Search took 0.03 seconds.
  1. Please close the thread. I had to much caffeine and forgot about BorderLayout and Regions.



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  2. I have several questions about BoxSplitter operations. I have it working just fine in one of my applications, but having an issue with a new application. Here is a simple example:

    Why is the...
  3. Please close the thread.
    Thanks for the research. This looked to be a little to much. So I implemented the following.

    #1 Grab an ExtJS override to fix renderGroupValue in 2.4.1


    ...
  4. What I would like to do is colorize the GroupHeaderTpl based on the render logic of the column selected. So in this simple example the column for Age is rendered based on the ageType ['O' -->...
  5. Please close the thread.
    Thank you for the code suggestion. I changed it around a little bit.

    I added the following function to determine the forms validity and to enable/disable the Apply...
  6. I don't need to associate the two controls (textfield and gridpanel) together.

    What I am try to do is enable the Apply button only when the form is valid. The form is valid when:

    The textfield...
  7. How do I make the GridPanel play with the FormPanel validity? The form is not valid unless the textfield is populated and atleast one row is selected from the gridpanel.



    <%@ Page...
  8. I know this is fixed in ExtJS 5.1.1 and going to Ext.NET 3.2.0, but I have not upgraded yet.

    You made the following suggestion in
    Thread 52321 [CLOSED] Grouping grids how to get rendered group...
  9. It looks like https://examples2.ext.net/ is down. Getting HTTP Error 503. The service is unavailable.
  10. Thanks, that works nicely. My last related question on this closed thread:

    Is the correct way to get the Enter Key to act like the ItemClick event to add TreeView --> KeyMap like
    ...
  11. Not a bigger deal, but I watched a user move to the Button's menu and try to use Keyboard navigation to select an item, but it doesn't work.


    Tab to the text field and enter a value.
    Tab to...
  12. I am using the ItemSelector control for the first time in 4 years and have some questions.


    How to set the ButtonsText for the ItemSelector?
    Can the Items list and SelectedItems list be...
  13. Perfect Danill, please close the thread.

    Nice talking to you again, we hope to migrate several of our applications from 2.5.x to 4.x late this spring.
  14. Not sure how to ask the question, but lets give it a try. I currently have a modal window that is shown to accept user input.

    I originally had a user select items from three combo boxes (Fiscal...
  15. Thank you, I will take a look at this first thing in the morning.
  16. Hi,

    I have several places in our code that reference icons by:


    <img src='icons/link_go-png/ext.axd'>


    This works just fine when testing
  17. Thanks for the overrides. I decided on the current Ext.NET version that supports providing the entire record object to the refreshNode()function. Everything seems to work just fine now.



    ...
  18. Since I call refreshNode in several places I was hoping for an official override of the function instead of a work around. I don't have access to SVN at work to see any code changes in Ext.net 3 or...
  19. Here is a code sample.

    After launching the sample.

    Select a row in the February 2016 grouping and press the "Increment Row" button. GOOD
    Collapse the first group, March 2016, and press the...
  20. I have a grid and I can call the following from javascript and everything works fine:



    row = App.AnalysisBuckets.getSelectionModel().getLastSelected();
    // Update some fields row.data.Open = 5...
  21. I am confused. Why can't an Ext:ImageButton launch it's href in a new browser tab, but a Ext:Button can?



    <ext:ImageButton runat="server" ImageUrl="images/transferFile32.png"...
  22. Thanks Daniil. This works great.
  23. Thanks Daniil. The override we get me past the issue. Please close the thread.
  24. I have not been able to upgrade to the latest 2.5.x version yet and am still trying to track down this issue.

    Once again the GridPanel -> Locking Grid -> GroupingSummary with group headers/...
  25. You may close the thread.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4