Search Results

Type: Posts; User: farisqadadeh

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Hi daniel,

    thanks for reply but it still not working for some Ext controls we have , i wana note that ext.getcmp is working on ext.ready and on normal javascripts tags for the most of ext controls...
  2. all getcmp calls we have inside <section> HTML5 tag and the Ext.get also , but the Ext.get is working fine, also we womder do we have to upgrade to EXT.NET V2.
  3. Hi danel,

    the code is huge and im trying to simpplify an example of wht i have but i want to note we used HTML5 tags header section and footer in our master page is this affectd the getcmp...
  4. we face a strange problem with EXT where all Ext.getCmp returns undefined is not an object , wht make me shocked the Ext.get is working fine , can you please advise what make this happen and how to...
  5. Hi all,

    i need to change Page word at Paging Toolbar to Страница, wht is the property , i try all properties with no result.

    3882

    your quick response really appreciated.
  6. kindly we need a tab at examples web site contains a full application for MVC3.0 using Ext.NET razor engine.
    i saw a set of examples you provide and it is look amazing , but we need a full a...
  7. Hi EXT Team,

    I need to apply EXT validation style on normal HTML controls , the problems that the EXT dont have a rating control , so i have to use JQuery Rating Control and HTML controls but with...
  8. when I move updating UI to be done through a javascript it is going great, but my problem now is how to set the field label through the javascript after the control render, i try all availlable...
  9. man , the problem is clear when i using direct events i cant update ext control view , is there a specific pattern i have to follow to update the ext controls using direct events.
  10. dear ext team,

    i have really a strange problem my code is following:
    server code:


    public void sboxCountry_Select(object sender, DirectEventArgs e)
    {
    try
    {
  11. the hit is going great but i still have following Problems:

    1.I plan to use Squid which a content caching for my REST service , but the EXT keep sending the parameter _dc which is prevent Squid...
  12. my store:

    <ext:Store ID="FacebookInsightsStore" runat="server" ShowWarningOnFailure="false" Restful="true">
    <Proxy>
    <ext:ScriptTagProxy NoCache="true" AutoDataBind="true">
    ...
  13. thanks validmer i will start playing with my app and update you.
  14. i will try this and update you , but im really wonder about following:
  15. thanks Vladimir,

    even when i use a virtual directory under my site(same domain) , the problem still appear where the generating url still wrong:

    The code:


    ...
  16. i create ASPX file and add following store:

    <ext:Store ID="FacebookInsightsStore" runat="server" ShowWarningOnFailure="false" Restful="true">
    <Proxy>
    <ext:HttpProxy...
  17. Suppose i have following MVC 3 REST API Action Method:


    [HttpGet]
    [ActionName("List")]
    public ActionResult PageInsightsGet(string Uniqueid)
    {
    ActionResult...
  18. im building a REST Service using MVC 3.0 where each resource will have a get, post,delete,put action method and i need to know if EXT store can resolve such calls, since all example here is about...
  19. i have a problem with reading and set the TimeField control when chnage site culture from en-us to .ru-RU, when using en-us everrything going perfect but when change the culture to ru-RU follwoing...
  20. we are in the process of define a REST API for our application , do the EXT.NET compatible with REST , i mean the STORE object.
  21. Hi all,

    kindly i need to disable all dates before today on DatePicker field , can we achieve this and how.
  22. ok man , i will provide you with online sample , but the problem really strange , my devlopment machine is working great, i think the problem is using direct method, since there is a delay happen in...
  23. Hi all,

    we are planning to moving to version 1.1 , do u recommend this , if yes why ,if not why......
  24. Hi all,

    it is really a strange problem , everything is working fine on Development machines but once i install to online server it is not working fine;

    firstly the layer displayed on the button...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4