Search Results

Type: Posts; User: ingbabic

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. I believe this was answered here:
    http://forums.ext.net/showthread.php?18162-How-to-get-Node-by-id-in-treepanel-2-0

    In my understanding does not matter if you use a store, or you simply add nodes...
  2. Is it somehow possible that Label control does not receive focus when I'm cycling through form with tab key?
  3. Thank you, both solutions seem to work.
  4. Hi
    I have strange situation with FileUploadField. It gets cleared even if POST did not happen. I prevent post with before handler like in following example:
    View:


    <script>

    var...
  5. Fabricio,
    Thank you for exhaustive answer, I have actually set my mind just by looking examples explorer, not going deeper, thinking if it can go faster, they would make it so. I have planned to try...
  6. Thanks Fabricio. I was thinking before to switch to 3.x, but one thing was really drive me back. Speed of loading samples (and I suppose, the same would be with application) is barely acceptable. I'm...
  7. Hi
    I wanted to make control like in Microsoft outlook when sending mail and then typing in To field. As I type part of the name I get filtered list of people to whom I can send mail. When I choose...
  8. Thank you very much, you did hell of a job :)
    I adopted your solution, for now, for scenario 2. You're right, for scenario 3 some more work have to be done, for server and controller side, for what...
  9. Wow, that works quite cool :)
    Now only problem is if I type page number which is bigger then pager thinks it has max. For example I type 5 in text box at the beginning. It correctly goes to the...
  10. Well, I expected that and prepared sample while I was waiting :)
    In this sample please press go to last page button. You will see that although data actually shows last page, page number and buttons...
  11. Hi,
    Do you need additional explanation, or something? Please help, I'm in a kind of hurry..
  12. Hi
    When user clicks last page button on grid's panel paging toolbar, I am calling proxy method in code behind to go to last page of the resultset. It does it correctly and returns correct number of...
  13. Well, it is my guilt, if I may say like that. Now I see. I have used TempData to store my resultset object, and I didn't knew that by default TempData uses the ASP.NET Session as storage....

    Now I...
  14. This works. For the sake of completeness I'll post how it is working for any window I want to put over pdf:


    function prepareForm(window) {
    if (Ext.isIE) {
    ...
  15. I think I might have found a problem. When I set in web.config to store my session variables to StateServer suddenly Chrome displayed error when I wanted to do a search in my form (Firefox and IE are...
  16. Ok, I will do things like this. I will keep session variables in session state server. I hope that this way I will gain stability in sense that even if session is recycled my session variables should...
  17. Did I understand you correctly: You want to say that if I have same partial view which I instantiate with separate controller calls sending ViewData with same id but different value(for example...
  18. No, it's not on production environment. It is on my PC, my own IIS, local with one application. My PC is not state of the art but it is strong enough to support working IIS and Visual Studio...
  19. Is ViewData local to partial view? For example I have one TabPanel with two tabs (panels) which are partial views (for example ObjectView.cshtml) showing different objects. If I set for example to...
  20. Hi
    I have one really serious problem and I simply don't know from where to begin. It is now almost one year as I'm building one really large and complex single page application using Ext.NET. For...
  21. Ah silly me :) I was trying on many ways to call hideElement function, on the beginning but none of them was ok. I even have set div that contains frame invisible but that brought very strange result...
  22. Daniil
    Combining samples that you proposed and some more I've come to this solution:
    ContentView.cshtml


    @model string

    <head>
    <title>Test Layout</title>
    <style type="text/css">
  23. Yes, now it's much faster. Thank you
  24. I'm sorry for being persistent on this, but I've noticed something. When I put this script in my project I have found out that it is terribly slow. It seems that reason for this is that each...
  25. Hmm, my form is in partial view and I did put java script in that partial view. In that sense we can say that my partial view is inside razor block and thus I can't use // style comments, right?
Results 1 to 25 of 146
Page 1 of 6 1 2 3 4