Search Results

Type: Posts; User: Fahd

Page 1 of 17 1 2 3 4
Search took 0.03 seconds.
  1. Is there a way to pass a controller name as well.
  2. Any response on this would be appreciated as it is delaying our development.
  3. @model EXTTestApp.Models.GridPanelModel
    @{
    ViewData["Title"] = "GridPanel";
    }
    <ext-section target="Main">
    <ext-container region="Center" scrollable="true" paddingAsString="30 20 30 50">...
  4. Please help how to add below code in My .Net core project. I have tried but, Doesn't look like it is available, I couldn't find an example. Is there any way I can find some kind of document that I...
  5. Hi I am trying to use below code with my .Net core MVC application. But, I am getting error. Also where can I get the documentation for all the list of Icons(iconCls="x-md...
  6. I am not able to find an example equivalent to below code in Ext.net 7.


    <ext:Column ID="AddTestData" runat="server" Text="Enter Test Data" Flex="2" MinWidth="60"
    ...
  7. Thread: .Net Core Syntax

    by Fahd
    I am trying to find example to convert my below code/Syntax to new .net core that I couldn't find. I can see now Editor as 'modelEditor' property but not sure how do I set properties and Listensers...
  8. Thread: Multi level menu

    by Fahd
    I have a menu with multi levels. To achieve that I am using the below code.But, I am getting the error at second level <Menu> Also there is no example in the Ext.Net 7.0.

    <ext-section...
  9. I have a MVC project. I am just wondering what is Equivalent to "asp-for" so that I can use Model property for value and validations. It doesn't look like a valid syntax.

    <ext-textarea...
  10. Thanks for the reply. You can close this ticket.
  11. I have tried your suggestion but not working too. Also Please let me know if you need more details. Any response on the new code I have provided?
  12. I am using MVC project. Here is the updated code.

    @model ExtTestapp.Models.HomeModel
    @{
    ViewData["Title"] = "Home page";
    }
    <script type="text/javascript">
    var OncmbOrgSelect =...
  13. I am creating a linked combo. On the click of the combo other combo should be loaded. I was able to set the value. But, combo not showing the list. I have attached the project.

    <ext-ComboBox...
  14. Hi,

    Examples site is not working. We are facing this issue very often lately.

    25602
  15. You're right Fabricio,

    Earlier, I didn't wanted to set it as leaf because I wasn't sure if it messes up any logic when we add new child record to those empty nodes on client side locally. Setting...
  16. Thanks Fabricio,

    No, my production code doesn't follow that ID generation scheme, it was just sample code that I quickly wrote for other treegrid related question I had. However my current scheme...
  17. Below is the sample code. here all the nodes at root level has their children loaded during the first ajax request. What I want to accomplish is have all of those nodes at root level as expanded by...
  18. Yes..but does Ext.Net has built in solution for marking those record as loaded or it's something I have to manually implement ?
  19. Thanks Fabricio,

    That's what I thought too, I'll just use node as grouping mechanism.

    I have related question, I want to have all first level node expanded initially so I'm adding child records...
  20. Hi Support,

    I'm using Ext.Net 4.5.1 with Asp.Net MVC. I've used grouping for the regular grid in the past by adding feature as follows,


    .Features(
    ...
  21. Thanks Fabricio,

    Deleting ActionPostion works for now.
  22. I am using the chart from this link (https://examples4.ext.net/#/Chart/Scatter/Bubble/), I just want to know how to add a listener to CircleSprite which is under Marker, when circle is bigger user...
  23. I've added missing js function, but it could have also worked if you had just commented that line(101) though.

    Thanks
  24. Hi Support,

    After upgrading Ext.Net 4.1 to 4.5.1, drag & drop stop working when you have editable cell. Here is the scenario to reproduce the issue.

    Click on cell which is editable but has...
  25. Hi Fabricio,

    Please see my update in last reply. Also I have fix which seems to help I'm not sure if it's the right one.

    I added Suspend/Resume store event and it improved the performance a...
Results 1 to 25 of 413
Page 1 of 17 1 2 3 4