Search Results

Type: Posts; User: sharmav1

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi @fabricio.murta

    Your example worked for me, it was my mistake that I forgot to make my partial view as visible

    Thanks very much
  2. Hello @fabricio.murta

    Thanks for your reply. I tried your suggestion but it is not working for me. Below is a test case:

    layout page:



    @model System.Collections.IEnumerable
    <!DOCTYPE...
  3. can anybody guide me on how to open window popup partial view on a menu item click from layout page?

    Window Control like this:

    ...
  4. Hi @fabricio.murta

    Thanks for all your help. I really appreciate all help you provided.

    I solved the issue on my own, the issue was due to the form panel items collection. I was adding my grid...
  5. It's been few days I am looking for some help from this forum, someone from support team please help on this issue
  6. Hi @fabricio.murta,

    This should be all I think.

    Thanks

    EmployeeView.cshtml:
  7. Hello @fabricio.murta

    I have attached a test case for you: to reproduce below are the steps:
    1) Click on create button, and grid will created with the data
    2) click Reset button, and the grid...
  8. Hi,

    I am creating and loading a grid panel dynamically upon click of a "Create" button on UI which calls the Create() function in JS. Everything works fine till here, grid gets created with the...
  9. finally I am able to get it to work by adding

    grid.getView().getFeature('Groupin1').disable

    thanks @fabricio.murta for all your help. please mark this thread closed
  10. @fabricio.murta

    Can you tell me how to add grouping feature on the fly. I got clear grouping from here
    https://examples4.ext.net/#/GridPanel/Miscellaneous/Grouping/

    but still no idea on how...
  11. I just figured out that the error was due to grouping feature I have in my grid, if I turn off grouping feature then error goes away, now can anyone guide me why is that happening??

    Thanks
  12. Hi @fabricio.murta

    Thanks for your guidance so far.

    I looked at your examples, but I could not find it's equivalent in MVC. Also, I am eager to know what's the problem with my code and why it...
  13. can anybody help me on the below issue, I created the post in extjs forum but I am not getting help in there and it is very urgent for me. some one please help
    ...
  14. can anyone guide me how can I use skirtle's component column in my project, I am using asp.net mvc with ext.net 2.5.3.1.


    Thanks
  15. this is really bad, no one in the forum team cares to help solve our problem
  16. Thanks @fabricio.murta for your response, but nothing worked for me

    I am trying to add some more logic to my previous post, and see if it helps to get the problem.

    I have added code to code...
  17. can anybody please reply to this post
  18. I have a gridpanel which has few columns added in the html markup and one column added dynamically, but the dynamic column does not show up.
    Please guide me what's wrong I am doing here:

    View...
  19. Awesome it worked @Daniil

    but why the change in name of IDProperty worked?
  20. All I want is to maintain selection in the training grid data(grdTraining) when I move from that page(by clicking on a button) to some another page and then come back again.

    Code which I have not...
  21. it's a whole lot of code.. how you want me to post?

    But even your example is not working for me

    Thanks
  22. Hi @Daniil

    Setting IDProperty doesn't solve my problem.

    Please help
  23. thanks for the example, I will try the example if it works out for me. also I would highly appreciate if anyone could please look into my below code and see what's wrong in it. I am trying to...
  24. then can you just tell me what I need to do in place of following code in mvc 4 as we don't have store readdata is not present in mvc 4


    protected void Store_ReadData(object sender,...
  25. Hi @Daniil,

    Thanks for your help with the example. But, I said earlier that I am not using
    runat="server" tag in my gridpanel or on any other control.

    Also, I am working on mvc 4 with razor...
Results 1 to 25 of 64
Page 1 of 3 1 2 3