Search Results

Type: Posts; User: csharpdev

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

    I've just created a User Group for anyone on Xing.

    http://www.xing.com/net/extnet

    Cheers Otto.

    http://ext-net.blogspot.de/
  2. Are you also include the new Json.NET 4.0 Release 5, http://www.codeplex.com/json/ in the new Version?
  3. What great news! :)
  4. looking also forward, to give the new version a try. I spent the last days with the new amazing charts of extjs ;-)
  5. Hi,
    i've basically the same problem like here:
    ...
  6. also a big vote for razor ;-)
  7. oh, you're right. somehow i missed it.
  8. https://examples1.ext.net/#/Miscellaneous/Icon/Icon_Summary/

    I think the german Flag is missing ;-) FlagDE / FlagGermany...?
  9. Hi,

    I cleaned and recompiled the whole Ext.Net SVN and now I works like a charme,
    this solved the cast exception. This is now working:



    foreach (var col in...
  10. Hi,

    this Links may help:

    http://ext-net.blogspot.com/2010/11/complete-generic-multi-language-with.html

    http://www.sencha.com/learn/Tutorial:Localizing_Ext

    Cheers.
  11. hi,

    here the grid, full sample is too big. To have the remove/hide on server side is prefered!



    <ext:GridPanel ID="GridPanel1" runat="server" Header="false"...
  12. Hi,

    is there some way instead of only using index


    this.GridPanel1.ColumnModel.SetHidden(2, true);to get the correct Column by ID (without looping) like

    ...
  13. okay,

    seems the problem is this



    <Plugins>
    <ext:GridFilters runat="server" ID="GridFilters1">
    <Filters>
    ...
  14. Hi,

    i tried to disable the sorting in the GridPanel
    like in Sorting Disabled in GridPanel
    but doesnt seem to work.


    <ext:GridPanel ID="GridPanel2" runat="server" StoreID="Store1"...
  15. Hi,

    i already did it with just cleaning up the cookie with ASP.NET and a full postback. Pretty much of a clean up ;-)

    Solved. Thanks.
  16. Hi,

    if turned on the StateProvider with Cookies


    <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray" SourceFormatting="true" StateProvider="Cookie"/>Now I have a Grid and...
  17. Okay, found the solution here http://forums.ext.net/showthread.php?1613

    I love, when things get easy like this:


    <ext:Button ID="btnReset" runat="server" Icon="ArrowRedo"...
  18. Hi,

    I found some posts about the problem that Ext.Msg.Confirm isn't waiting on execution.
    I know if I change to normal native JS confirm() the browser will wait and return false
    will prevent the...
  19. Hi,
    posted a new solution of getting blob images into the Ext.Net GridPanel.

    http://ext-net.blogspot.com/2010/12/how-to-show-images-from-database-binary.html

    Have fun.
  20. Perfect. Thanks. Solved.
  21. Hi,

    just a short question. We have a Grid with lots of data.

    The common problem: small value in cell but large description in header.

    http://img573.imageshack.us/img573/5379/gridheader.png
    ...
  22. Hi Geoffrey,

    thanks, I also think this feature would reduce support questions on the ExtJS API ;-)
  23. Hi,

    i just want to ask if there are any new news on having Intellisense in
    Visual Studio 2010 for ExtJS within the XScript Tag.

    There where ideas of severals includes like


    /// <reference...
  24. Thanks, please mark as solved.
  25. Okay, thanks.

    Do you have a proper sample of adding nodes dynamically or what is the best way to use
    the TreeGrid with a DB connection.
Results 1 to 25 of 74
Page 1 of 3 1 2 3