Search Results

Type: Posts; User: GavinLou

Search took 0.01 seconds.
  1. I have a grid panel , and I want to set the background color of the row by adding this in the gridpanel:

    <View>
    <ext:GridView ID="GridView1" runat="server"...
  2. Thank you very much.
    With your help, I solved the problem.
    The reason is that I copy wrong dll to my project.
    Thank you again!
  3. I have the Ext.NET v2.1.1 sources.
    you are right, and this is my spelling mistakes.
    How could I modify Ext.NET v2.1.1 sources?
    Thankes!
  4. File directory:

    localhost\extnet\ext-net-debug-js\ext.axd?v=41522
  5. My Ext.Net version is 2.1.1. In this version, are the resources retrieved from Ext.Net.dll?

    I am sorry, I was a new hand.

    In my project, the bug was be throw from foreground page, and the file...
  6. Yes!That is what I mean.
  7. 7623
    The code "this.queue.waitingList.remove(item);" should be modified "Ext.Array.remove(this.queue.waitingList, item);";

    In the project Ext.Net, All of "this.queue.waitingList.remove(item)" was...
  8. Yes, I have try this way,but it is useless.
  9. Thank you for your advice, I find the way to correct the wrong code.
    But there is another question, I modify the extnet-all-debug.js and rebuild the solution.
    I copy the Ext.Net.dll to my project...
  10. Thanks, I will try again!
  11. Thank you for your reply, I update from SVN and get version 2.4.0
    I find the code is same.
    The code is in the file of extnet-all-debug.js.
    I don't know whether I am right, I think this...
  12. When I submit a request, a error was occurred.

    Uncaught TypeError: Object [object Array] has no method 'remove'

    from: ext.axd?v=38586:8817

    The wrong code :...
  13. please see below
    http://forums.ext.net/showthread.php?27498-CLOSED-I-don-t-want-to-update-the-version-of-Ext-net-just-want-to-fix-a-bug-can-you-tell-me-how

    ...
  14. I have a gridpanel .like this
    7347
    then I select one row,How to keep the item still selected when i refresh the gridpanel ?
    I find sometimes the row selected still,sometimes.i have to select...
  15. Many Thanks .My website can work properly,finally .
  16. I don't want to update the version of Ext.net, just want to fix a bug,can you tell how?
    here is the information of the bug:...
  17. Got it ,many thanks.
  18. now I got the letter, It comes a little later.
  19. why I can't get to the SVN trunk ,although I become the Premium forum member?
    Is the username and password same to the forum account?
  20. Got it, many thanks.
  21. You said that the problem will be included in v2.5 release.And Can you tell me what time v2.5 will be released?
  22. sorry,I forget to remove some not used config from web.config file,for example:

    <authentication mode="Forms">
    <forms loginUrl="~/Account/Login" timeout="2880" defaultUrl="~/" />
    ...
  23. Sorry to interrupt you ,I am a new hand, can you tell me how to fix this problem in my project?
    the vesion of Ext.net used in my project is 2.1 ,need I download the Ext.net Project from the SVN...
  24. yes, what do you mean by say "It appears to be not reproducible with VS Development Server."?
  25. I am a student from North China Electric Power University, and recently our team is developing a Management Information System .In our project we use Ext.net to display our front page. I think...
Results 1 to 25 of 25