Search Results

Type: Posts; User: Elman

Search took 0.01 seconds.
  1. Hi All.
    I make line Chart and after I add it in Items collection of a window and returning it as a result for my CreateLineChart Direct method Call.
    The Code is here.
    Any help or recommendation...
  2. I have too pls help.
  3. Thanks a million Geff
  4. Reading the book some parts are not clarified for me. Where can I bring up that matters to be clarified.
  5. In Details window by clicking the next or previous button reaching to the last element in current page it doesn't go through the next page elements.
    to deal with this I have coded to go to next...
  6. on serverside

    grid1.Style.Add("direction", "rtl");
    grid2.Style.Add("direction", "rtl");

    on client side you can set direction for them too
  7. in default manner EXT.net sets controls vertically near each other. how can set them horizontally?
    Although we can style them in client side. I wanna set them in server side. We are working with. a...
  8. in case you have more views, you can create and fill your components in controller bagging them in viewBag and debag in view.
  9. It is good to see the web sites have developed with EXT.NET. Pls post a link of them here.
    Thanks in advance.
  10. Found the solution with test and error



    Ext.Net.KeyBinding KBPU = new Ext.Net.KeyBinding() { Handler = "var c = App." + mGridID + "PGTID; if ((c.store.currentPage + 1) <=...
  11. Its true, covering all matters needed a really very big book. But book + mentioned resources are not covering all too. For Example one of the important matters that I was struggling was Key Maps....
  12. Hi @Jlosi

    To some extent I'm the same with you. But in my humble opinion web forms are not dead and lots of developers are using it out. Although its dead for me and I've started MVC for more than...
  13. Yuhuuuuu. found the solution myself.

    //pgt23e1 is the ID of pagingToolBar
    var = new Ext.Net.KeyMap();

    var keyBinding = new Ext.Net.KeyBinding() { Handler =...
  14. somebody help me out!
    How to post new threads?
    is any authorization needed?
  15. we have the book now. but its not satisfactory. Not covering all the matters an intermediate EXT.NET user is in need. Its good for start. it was better to have other volumes of this book covering all.
  16. I did this too but its not working.


    var keyMap = new Ext.Net.KeyMap();
    var keyBinding = new Ext.Net.KeyBinding() { Handler = "App.pagingToolbar1.child('#next').handler"...
  17. we are using ext.net 2.1 as a UI library for MVC.
    Thanks Daniil.
  18. it doesn't work for me.
    I wanna change the handler for next and prev buttons to fire with PageUp and PageDown key of keyboard. making a key map for them.
    pls tell how to do that.

    TypeError:...
  19. use a grid instead
Results 1 to 19 of 19