Search Results

Type: Posts; User: chrisuae

Search took 0.01 seconds.
  1. The issue appears to be related to a recursive call to onRangeFetched in the BufferedRenderer and only causes problems when using WebKit and the Ext.net FilterHeaders plugin is in use. The call is...
  2. Hi, I'm trying to use a buffered grid with the FilterHeader plugin. The Buffered Scrolling example https://examples4.ext.net/#/GridPanel/Infinite_Scrolling/Buffered_Scrolling/ works when there is...
  3. Hi,
    The 4.1 release may have introduced a problem with ComboBoxes using DisplayTpl. When selecting a value from the dropdown, the behaviour is correct, but if you tab onto and then away from a...
  4. Fabricio,
    Thanks again for looking into this issue. The problem is that when multiple operations are being performed, only the first one will be processed but the second and third (if any) will...
  5. Hi fabricio, thanks for your response.

    I followed similar steps and for me an error occurs during the save. The same steps as you outlined:
    1. Edit company 'Escargots Noveaux' (renamed to...
  6. Hi,
    I'm trying to base some code on the example https://examples4.ext.net/#/GridPanel/Saving_Variations/StoreCustomLogic/
    but the example gives an error when performing 2 different actions.

    For...
  7. Great! That worked perfectly.
    Thanks.
  8. Hi, I'm trying to display a CustomControl inside a TabPanel but I can't get it to fill the entire space. If I take the markup out of the CustomControl and place it directly in the main aspx page it...
  9. Thanks, that works for including the js file required by the plugin and eliminates the "Ext is undefined" error, but I'm still not sure how to use the <ext:GenericPlugin> setting. Here's what I...
  10. Hi, I'm trying to use the Extjs plugin Ext.ux.Exporter with a gridpanel. I keep getting an error Ext is undefined, probably because I'm not putting the code in the correct place. Can you give some...
  11. Vlad, thanks for the quick response, but the link you gave is not quite what I'm trying to do. I need to change the iconCls of the ImageCommand button when the user click on it. Here's what I have:...
  12. I have a GridPanel with a column that contains some ImageCommand buttons. When the user clicks on a button, I want to change the iconCls so it displays a different icon. How can I know...
Results 1 to 12 of 12