Search Results

Type: Posts; User: craig2005

Page 1 of 11 1 2 3 4
Search took 0.02 seconds.
  1. it's a data issue. Sorry, can you close this.
  2. I just upgraded to the full release of 2.0 (from the beta version) and now my remote tree grid does not work. How should the JSON be returned so that it works? I tried a bunch of different ways,...
  3. How do you dynamically add or rename leaves in a tree grid? Lets use your example.

    https://examples2.ext.net/#/TreePanel/Advanced/TreeGrid/

    How would I add or rename a leaf under "Remodeling"?...
  4. Am i missing something?


    store.Listeners.Load.Fn = "populateSolrStores('" + id + "')";

    When you use a Handler the code works fine. When you use Fn, it immediately tries to execute the code in...
  5. Can I bind multiple stores to a single datasource? Would that be the way to go?
  6. Yeah, I've changed my approach to write code to create the grid panel from scratch in c#.

    What's the solution for cloning the data from a store? Could I add a custom row filter and filter the...
  7. I basically want 4 identical grids sharing the same store but with different filters.

    I was hoping I could use the <ext:GridPanel> tag to create a grid wrapped in a container. Then when loading...
  8. ok, thanks!
  9. I wanted to create multiple instances of a store as I'm not sure how to share the same store across multiple data grids and then filter each grid to show a different part of the store's data.
  10. already implemented that in the link i attached to the previous post. Just wondering if there was a built in Ext.Net method I didn't know about.

    thanks.
  11. Perfect, thanks!!!!
  12. Is there any way to clone a component or store?

    I found something on the web like Ext.net.clone but it didn't exist for me.
  13. I was looking at this grid example:

    https://examples2.ext.net/#/GridPanel/Commands/Image_Command/


    I've got everything working, but when I return the same XML, like in this example, it doesn't...
  14. Has anyone seen this issue. It seems like the route is trying to grab files from a folder that doesn't exist or it's not being handled correctly.

    Failed to load resource: the server responded...
  15. It's an issue with IIS express and using virtual directories. When I use the built in VS web server, the problem goes away. However, I have iisexpress setup with a virtual directory and it seems to...
  16. I get this error after installing:



    The bolded lines below seem to conflict with each other.

    Should MVC be setup differently in the config file?


    <?xml version="1.0" encoding="utf-8"?>
  17. ok, nevermind, I looked at the SVN and it looks like the MVC code was merged into Ext.net in 2.0? Please confirm. thanks.
  18. Has this been added yet? I don't see this package available.
  19. has this been fixed yet? I'm also having a problem with the locking grid and column headers
  20. As a work around, i transform the data on the server side. I use an ajax call to get the json which in turn comprises of all the fields I need for the store and the grid which are created on the...
  21. Ok, i was just hoping for a better example. I thought maybe you had done this before. I don't see how your uncommented example is helpful in doing what I'm trying to do. I know how to do the...
  22. apparently i'm not as smart as you :-) I just can't figure out how to relate the data in a way EXT JS will display it correctly. I guess I'll just keep at it.

    If you have time to do an example...
  23. I like what you did with the columns on the far left, but the columns don't really have data. You're just building mock data on the fly which means you don't have to relate the data to anything.
    ...
  24. image attached.
  25. Is there a way to have a grid due vertical columns and horizontal columns?

    I have the following json.



    [{"browser": "IE8","page_type": "Homepage","page_size": 2023012,"rank":...
Results 1 to 25 of 256
Page 1 of 11 1 2 3 4