Search Results

Type: Posts; User: velusoft

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Any update?? ext.net support is not there???
  2. In tree panel, I should not allow the user to drag and drop any column in between first two column. But user should be able to do drag and drop between any other columns.
    how to do this.

    I need...
  3. Hi

    My requirement with First two columns should be locked in the tree panel.

    1. column order will be set in code behind.
    2. Second columns cells are editable (cell editing plugin)
    3. drag...
  4. Anybody any update??
  5. I am using tree panel without store.
    like below...

    <ext:TreePanel ID="TreePnlCustom".....>
    <Fields>...</Fields>
    <ColumnModel>
    <Columns>...</Columns>
    </ColumnModel>...
  6. My requirement is loop through the store and deleting the records at client side. This store is not binded with any of the controls.
    Please let me know how i can do it. Please share some examples.
  7. Any update from Ext team on my request on different ways of deleting a node from tree panel with samples??
  8. Hi ,

    Please let me know in what are all the ways we can delete the node from TreePanel.

    please share few samples if you have.

    Thanks.
  9. Hi All,
    Not able to lock the column in the tree panel - Throwing error and Data not loading. I am using Ext.Net 2.5.




    <ext:TreePanel
    ID="TreePanel2"
    runat="server"
    ...
  10. Hi fabricio-murta,,

    Sample code is here.... After enabling locking data is not loading and throwing exception



    <ext:TreePanel
    ID="TreePanel2"
    runat="server"
    ...
  11. Hiii Daniil,

    i am using ext.net 2.5. what is the workaround for locking issue. if lock the first column then data is not loading.
    i am loading the nodes by direct method and expand of every node
  12. Hi fabricio-murta,

    Please use the below example link
    https://examples2.ext.net/#/TreePanel/Loaders/Direct_Method/


    Related thread:...
  13. Hi ,

    Thanks.

    In your example all data pre loaded and there is no on demand load.

    if you see below example, nodes are loading on expand of each level. Here I need locking features
    ...
  14. Hi ,

    I am using above example in my development.

    https://examples2.ext.net/#/TreePanel/Loaders/Direct_Method/


    in this first column is <ext:ImageCommandColumn> column and second column is...
  15. Hi fabricio.murta,

    Thanks.

    I have 4 levels.
    I need to expand the root node only when it is completely loaded to render next level nodes(again it will be database hit to fetch the data for...
  16. The Expanded="true" will not help. After loading root node , through code I need to trigger root node expand that in turn will trigger the direct method to get details from database and loading the...
  17. https://examples2.ext.net/#/TreePanel/Loaders/Direct_Method/

    Hi ,
    I am using the above code only. My requirement is need to expand the root node automatically after loading the root node
    to...
  18. I provided the code what i have.....

    when we build the grid and grid columns dynamically in page load method, the column width is not setting properly... It is showing space in between columns. ...
  19. I am building the gird panel dynamically by code. Through direct method call , we are building this grid(adding all the columns dynamically).
    After building we are calling GridPanel.Reconfigure()....
  20. I have the following issues

    1. When i click on legends - it is blinking in IE.
    2. I want axis should start from zero always. Currently it is starting is based on data....



    <ext:Chart...
  21. I have the following issues

    1. When i click on legends - it is blinking in IE.
    2. I want axis should start from zero always. Currently it is starting is based on data....





    <ext:Chart...
  22. 24154

    As attached image, we need to show two sided "Y" axis. please let me know how we can do that.
  23. It is loading in IE 10, firefox and chrome.
    After migration it is not loading in IE 8.
    still our production site is loading properly with old version of Ext.Net(1.7) in IE 8.
    This is critical...
  24. Thanks. it is working.
  25. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CamView.aspx.cs" MasterPageFile="~/Main.master"
    Inherits="WebApp.Pages.Views.CamView" MaintainScrollPositionOnPostback="true" %>

    <%@...
Results 1 to 25 of 30
Page 1 of 2 1 2