Search Results

Type: Posts; User: marjot2112

Search took 0.01 seconds.
  1. Hi,

    with Ext.Net 4.2. and ASP.NET 4.5.2 I get layout rendering problems (Firefox, Chrome, IE), when I use one or more tagfields and textfields in a Panel with VBoxLayout which can be resized.
    ...
  2. Is it possible to run an Ext.Net MVC Application Ext.net and a Ext.net WebForm Application at the same time at one application server?

    Are there any limitations for this use case?

    What are the...
  3. The solution
    http://jsfiddle.net/existdissolve/dkJb9/
    is based on ext.js 4.x and won't work with 6.x since the defined AutoGroupedColumn extends Ext.chart.series.Column which does not exists in...
  4. Thanks for your help. I will try to implement that.

    I wonder about the fact that this is so complicated in this case and is not better supported. In most cases, the data structure will be similar...
  5. How can group my array data to get a stacked bar chart?

    The example stacked bar chart example
    https://examples4.ext.net/#/Chart/Bar/Stacked
    shows exactly what I would like to get, but the...
  6. Hi fabricio.murta,

    great, thank you very much, that works for me.

    But one last question regarding the binding of collections with ext.net.

    If I have a view which use a list of objects as...
  7. I made some progress but I still unable to submit my data to the controller.

    The client site collection of the data works for all use cases.
    alert(this.up('form').getForm().getValues(true));) ...
  8. Hello fabricio.murta,

    thanks for your help. I updated my code to correct the errors. You should now, be able to reproduce my problems.
    It would be great, if you can give me a suggestion how to...
  9. Hi,

    How can I edit items, add items and submit a collection of items in a TabPanel?

    I have a collection of items which I want to edit, add new items and submit the changes to the controller....
  10. Thanks for your extensive help. Your example works fine for me.
    At first sight the use of the Ext.Net.MVC.PartialViewResult instead of the PartialView was the missing puzzle piece.

    What I meant...
  11. I use ext.net mvc 4.0.0 RC.

    How can I add a Listener to a TabPanel for a tab close event?

    I would like to call the View Model or sent an information to the View Controller after a Tab is...
  12. Hello fabricio.murata,

    thanks for your answer. Unfortunately, the answer does not help me.

    My goal is to present charts in different tabs, this could be done with static or dynamic partial...
  13. Hi,

    I evaluate 4.0.0 RC. When I add a partialview with a chart to a tabpanel I get an error.
    Everything is correct when I use Html.RenderPartial for the partialview.

    What am I doing wrong or...
Results 1 to 13 of 13