Search Results

Type: Posts; User: PoloTheMonk

Page 1 of 8 1 2 3 4
Search took 0.02 seconds.
  1. Well!
    Done with this



    var grid = GetExtNetObj("gridTest");
    grid.normalGrid.headerCt.items.each(function (col) {
    console.log(col.text);
    });
  2. Hi @Daniil

    if I try your code I get this error



    Uncaught TypeError: Cannot read property 'normalGrid' of undefined

    or
  3. Hi,
    I need to enumerate all rows in columnmodel in javascript



    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %>
    <!DOCTYPE html>
    <html...
  4. You are the man!
    Great job!
    Thanks!
    Polo
  5. I,
    I've tried with this



    Dim cL As List(Of ColumnBase) = New List(Of ColumnBase)
    For Each c As ColumnBase In gridTest.ColumnModel.Columns.OrderByDescending(Function(q) q.DataIndex)
    ...
  6. I'm sorry @Daniil,
    but I can't understand how to use this


    gridTest.ColumnModel.Columns

    thanks in advance
    Polo
  7. Well, but what can I do with this?


    For Each c In gridTest.ColumnModel.Columns
    c.???
    Next

    Is there another method to move columns?
    Thank you
  8. Hi,
    but how can I try this?
    In my page I have only one ColumnModel...
    Thanks!
  9. Hi @Daniil,
    I paste here a test page.
    When you run it the message is "You have to set widget's ID to call its methods"
    How can I do?
    Thanks
    Polo


    <%@ Page Language="VB"...
  10. Hi,
    on loading page I need to move column programmatically.
    The code that I use is this


    grid.ColumnModel.Move(0, 10)

    (move columns with index 0 to position 10)

    all work fine, but if in...
  11. It works!!!!

    Thanks,
    Polo
  12. Hi,
    as in your example https://examples2.ext.net/#/GridPanel/Data_Presentation/Editor_Field_Mapping/ I want to replicate the same with component column but it doesn't work because "renderer" event...
  13. Hi Danil,
    thanks for your fast suggestion; I try it!!!

    Bye
  14. Hi,
    I have a specific target; I must create a "custom grid" handler like figure attached;
    is it possible and in affermative case how ?

    Please note that on some rows (1-3-7-9) all columns are...
  15. Hi Daniil,

    could you please provide an example or a link to the use?

    Cheers
  16. Hello,
    I'm using EXT.NET 2.4.0.28408 and i'm building a tree in vb code-behind.

    Here's the ext tree panel:

    <ext:TreePanel ID="charTree" runat="server" Width="300"
    ...
  17. It works!

    Thank you very much.
  18. Hello,
    I'm using EXT.NET 2.4.0.28408 and i'm trying to refresh a node in a tree panel, after a value to compile a field of a column belonging to the panel is inserted from a prompt panel.
    The...
  19. I do it. Many thanks.
  20. Hi,
    I have a MultiCombo and I define a trigger that clear selection; value is reset but checkboxs remain "checked"; here is the code:



    <ext:MultiCombo ID="cmbSiti" runat="server"...
  21. Node click does not work; but I download 1.5 release and all works fine; many thanks.
  22. Hi,
    I have a treepanel and it works well on all browsers except IE9; I have ext.net dll version 1.0.4594.23704 downloaded at 30/07/2012.

    This is the code example that I use to test it.



    <%@...
  23. Hi Vladimir,
    many thanks for your help; I applied your suggest and it works perfectly!
    I will try to use correct items in future.
    Thanks.
  24. I have already noted that if I set Filtro.Header=false then items is draggable with body but in ie8 it works well (why???) !!!

    My goal is to "change" default header with myheader that has close...
  25. Sorry, I post my example in above thread (I edit it). Please check. Thanks
Results 1 to 25 of 184
Page 1 of 8 1 2 3 4