Search Results

Type: Posts; User: alscg

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Added remote reloading in my code. It worked.
    Thanks.
  2. Can you please elaborate what needs to be done here.
    I tried putting below line of code: -


    .Proxy(Html.X().PageProxy())

    Now, the call to respective controller method is going twice after...
  3. Scenario: - Need to add paging combo box to in data view to select 10 / 20 / 50 records at a time.

    Issue: - A blank error pop-up with status code 200 is coming on every selection change of this...
  4. This works. Thanks.
  5. Scenario: - One column and two line chart in single graph

    Issue: - Legend of column chart is not showing the corresponding color from graph. It is taking the color of line series.

    I tried...
  6. I am working on Tabpanel , On first page i am doing some operation and open related data into second tab in Gridpanal , showing data using component column on it. It is working fine when i render...
  7. I am using Ext.Net - Version 2.2.0.26551 , Ext.Net.Utilities 2.2.0.0
  8. Hi Team ,


    btnSubmit.DirectEvents.Click.Url = Url.Action("ImportExcelFileToDatabase", "AdminHome");
    btnSubmit.DirectEvents.Click.FormID = "fileUpload";
    ...
  9. @(X.FormPanel()
    .ID("BasicForm")
    .MinWidth(600)
    .Frame(true)
    .PaddingSpec("10px 10px 0 10px")
    .FieldDefaults(fd => fd.LabelWidth = 50)...
  10. Ext.Net.GridView view = new Ext.Net.GridView();
    view.GetRowClass.Fn= "getRowClass";

    return new GridPanel
    {
    ID = id,
    Border = false,
    ...
  11. Hi Daniil,

    Thanks for confirmation.
  12. Hi Daniil,

    Thanks for another fix, yes this fixes both the problems expanding path and selecting node.

    Just to confirm that we have now removed the code line (Please confirm the removal)

    ...
  13. Hi Daniil,

    Thanks for providing solution, this solves the problem of selecting node by providing delay.
    Actually i had two problems (you might missed one) so one (node selection) has solved by...
  14. Hi

    We have implemented the TreeGrid with direct method. Please see this tread (http://forums.ext.net/showthread.php?28049-Exception-window-when-expanding-node-for-TreeGrid&p=124918#post124918)...
  15. Hi Daniil,

    Yes, correct i got how 'BeforeLoad' fired.
    My design of tree is not suitable currently for this as it has dummy node [Because earlier i used 'BeforeItemExpand' and for other reasons]....
  16. Hi Daniil,

    Now i am getting very strange issue. As per your suggestion i changed my sample code to use 'BeforeLoad' event. And it is working.
    This event getting fired each time when i expand the...
  17. Hi Daniil,

    Changing that is not working for me.7601



    var node = operation.node; //App.TreeGridId.getStore().getNodeById(store.data.id);


    With 'BeforeItemExpand' below code is working for...
  18. Hi Daniil,

    Uncommenting the line
    //return false; in method 'LoadNodes' stops expanding node. I am not even able to expand first node.

    It was there when i took this code from original sample...
  19. Hi Daniil,

    It was always 'BeforeItemExpand', in my previous posts by mistake 'BeforeItemClick' that was added (Sorry for this). And for most of the scenarios it was behaving similar to...
  20. Hi Daniil,

    I have applied the fix suggested by you.
    But observed that when i expand the node which is appended on demand.
    Action method request sent twice. I think request should be sent once...
  21. Hi Daniil,

    Thanks for the fix, it worked for us.
  22. Hi Daniil,

    We have tried this (http://mvc.ext.net/#/TreePanel_Loaders/Direct_Method/) and error is same.
    7584

    Here are the change according to...
  23. Hi Daniil

    We are loading children by using direct method. So added the listener [.Listeners(x => x.BeforeItemClick.Fn = "LoadNodes")] for event 'BeforeItemClick'.
    Here is code for load nodes...
  24. Hi ,

    We have requirement in our application for a control which should be multicombo with textbox inside multicombo.
    Please see below image
    7493
    We want to type value in a textbox and save...
Results 1 to 25 of 223
Page 1 of 9 1 2 3 4