Search Results

Type: Posts; User: webclouder

Page 1 of 8 1 2 3 4
Search took 0.02 seconds.
  1. under pro section release date not updated!
    Release Date2011-06-24
  2. API docs!! Wow. that's awesome news.
  3. hi,

    I am so sad now, I asked clearly few days ago that i need to know which approach is better "mulit-header filter" or the plugin filter. danill recommended the plugin as many others using it....
  4. that's very good! so now i can do it in my custom base page. but i think also will work inside OnInit event although OnLoad is better place.

    btw, the keyUp with Tab problem is still little buggy...
  5. yes i failed to regenerate the bug with directMethod. but that's not the case with webservice call!!

    so after i invest deeply inside extjs/extnet code, the directMethod fully supported with...
  6. can i add the override on code-behind like regScript or Xscript or RegisterClientScriptBlock() or RegisterClientScriptInclude(). please advice.
  7. in 'name' box first for '"", second for '\'.



    "filters":"{\"Code\" : \"\",\"Name\" : \"\"\"}"

    "filters":"{\"Code\" : \"\",\"Name\" : \"\\\"}"


    which added to the store as...
  8. the first one in case of '"', second is '\'



    {"Message":"After parsing a value an unexpected character was encountered: \". Line 1, position 41.","StackTrace":" at...
  9. that's for sure its easy since you are using 'object' type! in my case the dal receive the filters "where params" as listDictionary


    JSON.Deserialize<ListDictionary>(filters)


    also i pass the...
  10. i saw function called encodeString in Ext.util.JSON is that gonna solve the problem! but in server side no decode? or maybe its not required to decode for the JSON.Deserialize!
  11. i don't think its cover all cases:



    htmlEncode : function(value) {
    return !value ? value : String(value).replace(/&/g, "&amp;").replace(/>/g, "&gt;").replace(/</g, "&lt;").replace(/"/g,...
  12. yes now its working, i know that link changed and i was using the new one when it was not connecting! but now its fine!
  13. hi,

    still working in serach inside grids. now if filter value entered by user contain '\' or ' " ' the JSON.Deserialize throw bug. i already was able to fix double-quote by using regeX before...
  14. hi,
    i can't connect to svn now, is that temporary or link changed! please check it now.
  15. thanks, it works totally fine. but since i'm gonna use it in most of my grids i need to know good place where i can place the script segment for override as i don't want to change the actual build of...
  16. you should pass that url to the tab js function which will assign the href to autoload-url param then the tab will be loaded by the page in iframe mode. please see the examples about tabPanel....try...
  17. look at the examples.ext.net its good UI for home page [nav panel, header...] mainly all big applications i saw make use of viewport + borderlayout which give nice look and feel and cover all...
  18. wow! that will be nice if its gonna work, did you test it? i'll test now but does this effect any of the default grid features or its totally safe!
  19. hey dude,

    the variable 'win' won't be valid outside the function body scope!!!

    so quick hack is to make it global variable [not good in case multi windows required].

    good solution is to use...
  20. hi,

    I was and still working on real search filters "mutliheader approach" for my grids, so far everything is fine and filters sent to webservice with no problems. the only issue is that in the...
  21. hi again,

    I'm doing that in code-behind but the reportViewer control can be placed at design time with no issues "even without scriptManager" [at least in case of telerik reports but should be...
  22. I had similer problem with telerik reports in which full post pack is required to render the report then the ext.net team guided me to get ride of scriptManager and use the extension method developed...
  23. got it, thanks a lot.

    i just want to understand the architect point of view when that implemented [maybe its useful for others] so according to my analysis i think that:

    extjs data filtering +...
  24. @farisqadadeh

    1. i use directMethods in static mode ONLY to perform tasks where the page context is not needed: like getting client side script for dynamic controls creation and performing some...
  25. hi,

    I'm doing search feature for my system grids and i came to the point where the mutliheader filter example [ https://examples1.ext.net/#/GridPanel/MultiHeader/Filter/ ]

    using the filterBy...
Results 1 to 25 of 182
Page 1 of 8 1 2 3 4