Search Results

Type: Posts; User: aluna

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Hello,

    I was using Ext.Net v1.3 and upgraded to v1.7 in the meantime (I'm porting mi project to v5)
    I've noted that PagingToolbar now renders pagination controls at the right of other items,...
  2. Hello Fabricio,

    My English keyboard has a dedicated key for single-quote and double-quote, and testing on https://keycode.info/ showed keyCode = 222, but testing with Spanish keyboards where the...
  3. Hello Fabricio,



    The problem seems to happen only in Firefox (I'm using v78). In Chrome, Edge, Opera, IE11 quotes are not displayed, even without any event to prevent it.



    I've used keyup...
  4. Here's a way to remove quotes from the value as user types. The ugly thing here is that the quotes are displayed and then deleted.



    <%@ Page Language="C#" %>
    <%@ Register assembly="Ext.Net"...
  5. Hello Fabricio,

    Returning false after stopEvent() doesn't change the behaviour.



    var validateNum = function (field, e) {
    if (event.keyCode == 16 || event.keyCode ==...
  6. Hello,

    I want to prevent single- and double-quotes in NumberField input, but don't know how.
    This is my code:



    <%@ Page Language="C#" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net"...
  7. I was trying with a spotlight as suggested here https://forums.ext.net/showthread.php?32441-CLOSED-Grid-Panel-CellSelectionModel-with-RowEditing-Plugin but RowEditing doesn't have a view, or it does?...
  8. Hello,

    Please, refer to example https://examples5.ext.net/#/GridPanel/Plugins/RowEditor/.
    How to block the grid and avoid sorting, filtering, moving the editor while the RowEditing plugin is...
  9. Thank you Fabricio, please close this thread.
    Regards
  10. Hello Fabricio,

    Grid is not focused.
    Using Firefox 71, two clicks are needed on down arrow to get filter menu displayed.
    Using Chrome 79, Opera 65, Edge and IE 11 only one clic is needed.
    ...
  11. Thank you Fabricio, ListFilter from Store works as expected.

    By the way, is it possible to avoid the two clicks needed on filter arrow to get the filter menu displayed? First click selects header...
  12. Hello,

    I'm migrating an app from Ext.Net v1 to v5. Tough work.
    I'm facing two problems with ListFilters in grids.

    1. Renderer not working from the beginning, works after a filter is applied....
  13. Hello,
    How to prevent a button firing click directevent twice if the button has focus and you quickly press Enter two times?
    I've put a code-behind variable to prevent the event running twice, but...
  14. Hello, @geoffrey.mcgill, any hint/workaround?
    Thanks
  15. Hello,

    I have a grid ith RowEditor plugin. I'm using RowEditor's BeforeEdit listener to disabled the grid, thus preventing change the row being edited, ValidateEdit listener to check editors...
  16. Hello,

    I have this column definition in a grid. The combobox editor uses a template.
    Is it possible to hide the refresh button at template's bottom bar?



    <ext:Column...
  17. Hello,

    I have a problem with a GridPanel with RowSelectionModel. I select one (or more) rows, then filter (string filter on any column) so that the selected rows are not displayed, then select one...
  18. Hello guys, any hint on this?
  19. Hello,

    I have a this TaskManager with two tasks in a webpage and I assign to each task a different user-configurable interval on Page-OnLoad event:


    <ext:TaskManager ID="TaskManager1"...
  20. Hello guys, any hint on this?
  21. Hello,

    I have a problem: When a clientside listener is fired, text in labels and numberfields isn't being sent to codebehind.



    <ext:XScript ID="XScript1" runat="server">
    <script...
  22. Solved moving code in DirectEvent method to clientside.
  23. Hello,

    I have a problem with RowSelectionModel's SelectedRecordID property at codebehind.
    I have two grids (shown below):



    <ext:GridPanel EnableColumnHide="false" ID="grdSalidas"...
  24. Hello,

    Based on XTemplate example, I've added an Ext:Button and a DirectMethod to be called when button is clicked. The problem is that ext:button doesn't get rendered as an html button but appear...
  25. Do somebody has a light on this?
Results 1 to 25 of 42
Page 1 of 2 1 2