Search Results

Type: Posts; User: dkhandelwal

Search took 0.01 seconds; generated 41 minute(s) ago.
  1. Hi,

    I am Using Row Expander plugin having a formpanel with two buttons. The Grid is a grid with infinite scroll feature. I am facing the issue that Buttons inside form panel stops responding to...
  2. Thread: Ext.axd

    by dkhandelwal
    Hello,

    I am working on a application which uses Ext.net 2.0. On every page post back more then 7 MB of data is returned most of which seems to be related to Ext.net. I am attaching a screen shot...
  3. Hi All,

    I have a specific scenario where on the Server side i want the Culture to be always en-US whereas on the browser i.e. Client side i want the controls to be rendered in the language...
  4. Hello,

    If the user browsing my application has Language preference set which is different then English then the date and number fields are supporting that locale e.g. if the user has set German as...
  5. hello. I have a requirement to override Ext.getCmp(id).getValue method. Basically if Ext.getCmp(id) is null than an alert should be displayed to user while fetching Ext.getCmp(id).getValue(). I need...
  6. Thanks Z for your help. This has worked for me. Also if you have the number format thing ready with you then kindly share otherwise this solution works for me. Thanks a lot.
  7. Hello. I want to display negative number in a grid column with brackets instead of - symbol e.g. -12345.00 should be displayed as (12345.00). Kindly help me with this, how it can be achieved.
  8. Hello,

    Whenever i am making a Direct mtehod call, Loading.. message is howing up. I do not want to display this message. I am making the direct method call like this:...
  9. Thanks FabrÃ*cio for your help. My data was coming the same way as you mentioned in your screen shot i.e. one ext file of 1.43 MB and then other ext files which were in KBs. This was showing up in IE...
  10. Thanks fabricio for your reply but i am still facing the issue. Every time the page is loaded it is sending the files which i mentioned earlier and that is making the application very slow due to the...
  11. Hello. My application uses ext.net controls. Pages are returning data back in MB's to browser. On monitoring the Network tab on IE, it is showing that ext.axd files are retruning close to 2 mb of...
  12. Thanks Danill. After the child control is rendered i want to fire a DirectMethod i.e.


    UserControlLoader ucl = new UserControlLoader();
    ucl.Path = "WebUserControl1.ascx";...
  13. I have a parent page which is loading child control using below code:-

    UserControlLoader ucl = new UserControlLoader();
    ucl.Path="\\WebUserControl1.ascx";
    ...
  14. Thanks Daniil . This solves my problem.
  15. Daniil Thanks for your reply. So if this is not possible can we read the value of ExtraParams on Javascript side (this will resolve my problem) ?


    <ext:Button ID="Button1" IDMode="Static"...
  16. Hi,

    I am looking to acheive something below i.e. using a Static direct method with some extra parameters but i am getting error "Member 'Ext.Net1.WebForm1.SetTimeStamp(object,...
  17. I have a grid control which has row expander assosiated with it. In the grids ViewReady.Handler event expandAll() function is called which makes call to DirectMethod and expands the row. The problem...
Results 1 to 17 of 17