Search Results

Type: Posts; User: fatnjazzy

Search took 0.02 seconds.
  1. I have this method on the server to add a tab to a tab panel.
    All working fine except when I open a second tab, the first tab content disappear.
    this is the server add tab:


    public...
  2. Hi.
    I have a grid with expander.
    I want to bind the form data via ajax / REST.
    On expander open -> get the row id -> go to the server /user/1 -> bind the data to the form.
    Can you pls share how...
  3. @Vladimir Can you please respond my last question.
    Thanks for your time
  4. Hi,
    I want in my grid to have a delete button on every row. on click display confirm and on 'yes' action fire REST request to the server.

    How to do it on Extjs I know (probably). I want to...
  5. Thanks, that worked,

    1. Can you please tell me why is the default url needed? what does it do?

    2. And how can I prevent reopen the same tab again when clicking on it?

    @(Html.X().Panel()
    ...
  6. Hi.
    Thanks.
    this does nothing:


    treePanel.DirectEvents(ev =>
    {
    ev.ItemClick.Before = "o.url = '/AddMasterDetailTab/' + record.data.id;";
    ev.ItemClick.ExtraParams.Add(
    ...
  7. Hi,
    Thank you.
    Can you please explain why this is not possible, is it because the url coming static from the server?

    treePanel.DirectEvents(ev =>
    {
    ev.ItemClick.Url =...
  8. I am confused (-:
    Do you know what is the workaround for that?
    Thanks!
  9. var treePanel = X.TreePanel()

    treePanel.DirectEvents(ev =>
    {
    ev.ItemClick.Url = Url.Action("AddMasterDetailTab");
    ev.ItemClick.ExtraParams.Add(new { containerId...
  10. Can you please show me how to fix it?
    Can you explain why is it happening right after your setup?
  11. https://docs.google.com/file/d/0B7aGYZzLhMCISG9ZMDZmTUljRW8/edit?usp=sharing
    please find the above link with the file. in the same solution there are 2 projects

    /Mvc4.Api.WithoutExt.Net
    right...
  12. I am sure it is related to Ext.net because I really went through the process and I am able to reproduce the problem again and again.
    I am not saying the the routing messed up, it is just not showing...
  13. Thank you, but I think you got me wrong.
    I want to control the entire column config from the annotations.
    So the grid will be generic, and the col config will come from the annotations.
    Is it...
  14. Hi,
    Since I am new to this App, I went to nuget and installed the mvc from their.
    Really impressive, 3 minutes and I was able to start and work.
    The problem is that after the installation, the...
  15. Thank you.
    Can you please tell me if there's a way to control the grid directly from the members annotations?
    for exampel visibility, sortable, col-title, col-position?
    Thanks again.
  16. Hi.
    I am evaluating the product and I have a question:
    When using GridPanerFor. Is it possible to use ajax proxy to load the data with. And do remote sorting to the same URL?
    Can u pls share an...
Results 1 to 16 of 16