Search Results

Type: Posts; User: John_Writers

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Good afternoon,

    I need to buy a license for Ext.NET 4.8.3.
    It's not clear to me if the license at https://ext.net/pricing/ for the current version (Ext.NET v5.3) covers all the previous versions,...
  2. Hello, we faced some compatibility problems with the last Chrome update (currently 83.0.4103.61) that render our pages unusable. So far we found these problems:
    - Grids with Buffered="true" doesn't...
  3. Hi,
    I have a simple CalendarPanel with only a WeekView:


    <ext:CalendarPanel ID="calendarPnl1" runat="server" Height="800" ShowWeekView="true" ShowDayView="false" ShowMonthView="false"...
  4. Hi everybody,
    I have a big issue on setting a datetime in an ext:datefield.

    I want to set a value from serverside in a directmethod to avoid javascript datetime manipulation since I don't want to...
  5. Thanks,
    I upgraded to the version 1.7.

    Now I noticed everything running well and much way faster!

    Thanks,

    have a good day!
  6. This is the assembly version: 1.2.0.21133 compiled for .NET v2.0.50727.

    It's pretty old right?

    What could I do?

    Thanks
  7. Hi,
    here a minimal running example:



    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html>
  8. Hi,
    I'm using a gridpanel with a pagingtoolbar, but it seems the pagesize property doesn't work on the first page.
    It works correctly on the following pages but on the first page, the grid loads...
  9. Awesome!

    It's crazy fast!

    Thanks!

    Up to now, I don't need a LoadMask.
  10. Hi,
    this is the definition of the gridpanel and the store



    <ext:GridPanel ID="gpManutenzioni" runat="server"
    Title="Configurazione...
  11. Hi,
    I would like to show the load mask over a gridpanel while I'm refreshing it's content.



    private void LoadGridData() {
    int? ID_Type_Detail =...
  12. Ok,
    perfect thanks!
  13. Hi,
    I would like to access to the fields of the selected row on an ext:gridpanel from server side.

    How can I do?

    Thank for your help.

    Have a good day.
  14. Great!
    It works!

    Thank you, have a good day.
  15. Hi,
    I'm working with a treepanel.

    I need to get (Server side) a list containing all the tree nodes which are children of the selected node. (the tree is in single select mode).

    So, I did that...
  16. Perfect!

    It works like a charm.

    Thank you for your time.

    Have a good day!
  17. Hi,
    I'm trying to access to the asp.net global resources from an ext.net xscript.

    If I put the:



    <%$ Resources:Global, message %>
  18. Ok,
    perfect! with the 16x16 png image it works well, but,

    I need to have a bigger tree, with bigger icons, like 32x32 or 64x64.

    How can I make the ext tree bigger?

    Thanks for your time.
    ...
  19. Ok, I used the IconFile property, but I can see only a little part of the image, because the image is too big.

    What's the best format and resolution to convert the images to?

    Thanks.
  20. Hi,
    I know there are lot of icons in the Ext icon list, but sometimes I need to use additional custom icons.

    What are the best practices to use custom icons? What's the Image format I should use...
  21. Hum,
    is quite the same I did..

    Anyway, I solved calling the Render Method on the parent panel with accordion layout..

    Thank you for your time!

    Have a good day!
  22. Hi,
    I'm building a page to filter a treepanel server side.

    Clicking on a button server side, I populate the tree with the following code:




    //remove old nodes
    ...
  23. Hum,

    record.data.ID_INV_REGISTRY doesn't exist, so I used the raw member...

    Thanks
  24. Great!

    That was the problem.

    Now I can access to the custom attributes with



    <DirectEvents>
    <Select OnEvent="TreeFiltered_Select">
  25. I tried also that, but it didn't work.

    So I changed event from "Selectionchange" to "Select"..

    Now in the Select event client side I have more objects accessible. ('item' and 'record')



    ...
Results 1 to 25 of 148
Page 1 of 6 1 2 3 4