Search Results

Type: Posts; User: brunweb

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Hi All,
    I just ran accross this thread, and wanted to say a word on it : Ext.Net will now be much more expansive than other stuff, like telerick or devexpress : for $3500 with telerick or devexpress...
  2. Hi all,

    I would like to be able to custumize propertygrid:
    1. set colum width
    2. change column titles
    3. be able to mark some cells as dirty (in code behind)

    Could anyone give me an example...
  3. Hi, upgrading did not chage anything.

    In fact "error" whas in my web.config, 3 posts above:

    cleanResourceUrl="false"

    once set to "true", no more problem

    have a nice day
  4. Hi,
    I thought referencing to a thread showing an example would be ok, sorry about that.
    Here is code that reproduced problem:


    <%@ Page Language="C#" AutoEventWireup="true"...
  5. as you can see in my webconfig, i do use system.webserver.
    Anyway, problem seem to be with


    Ext.Net.ResourceManager.RegisterUI();
  6. In fact, I removed the

    Ext.Net.ResourceManager.RegisterUI("warning");
    and

    Ext.Net.ResourceManager.RegisterUI();
    now, loading time is OK, but all the uis do not work anymore.

    In fact, it...
  7. Hi, here is my web.config, i removed all that whas not linked to ext.net to make it easier to read : i don't see what i am missing:



    <configuration>
    <configSections>
    <section...
  8. Hi, thanks for quick answer.

    Here is what is in my web.config:


    <httpHandlers>
    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
    </httpHandlers>
    ...
  9. Hi All,
    When my first page loads, it also loads all webresources.axd files generated by ext.net. First load can be quite long, i believe because of the size of those files : is there anyway to...
  10. Hi all!
    any news on this please ? Any release date ?
    thanks in advance !
  11. Hi !
    from what i understand it has been fixed here :https://github.com/extnet/Ext.NET/issues/514 , this is good news ! Any idea when this will be available for the non premium users ?
    Have a nice...
  12. Thread: Badge and UI

    by brunweb
    Hi !
    I think yuo should just add RenderToBody = false; : it is explainedd here :

    https://examples2.ext.net/#/MessageBox/Badge/Hidden_Container/

    so maybe you should just try:


    ...
    ...
  13. Thread: PivotGrid

    by brunweb
    Hi Geoffrey,

    I do understand this is not a simple job. Having myself tested the features of the 2 major asp pivotgrids on the market (on OLAP cube), I would be happy to help : if you plan to...
  14. Thread: PivotGrid

    by brunweb
    Hi Daniil,
    Thanks for the links, i'll have a look at it, looks nice !

    More and more people use "big data", i really think adding this feature would be very usefull.

    From another point of view...
  15. Thread: PivotGrid

    by brunweb
    Hi all!

    I have been using ext.net for a few month now, and I find it great. On one project i maintain, i needed to add a pivot grid, linked to OLAP datasource.
    Ext.Net does not provide such...
  16. Hi all!
    any idea on how tonfix this ??
    thanks
  17. Thanks, have a nice day!
  18. Hi I noticed a bug in print function when the grid contains a filter header (in fact any other header):

    I took an example on examples.ext.net, and just aded :


    <Tools>
    ...
  19. Hi, thank you for this clarification.

    About using AddTo / items.Add : i must say i never understood the difference, but from what you say here is what i understand, please tell me if i am wrong:...
  20. Hi Vladimir,
    thanks for you answer.
    I did not know about registering UI ... but it did not solve the issue.
    Here is sample code to reproduce the issue:



    <%@ Page Language="C#"...
  21. Hi,

    I have tried adding the following listener to a tabPanel (call myTabPanel):



    var niceSelectTab = function (item, newTab, oldTab) {
    if (oldTab != null) {
    ...
  22. Hi !
    do you have an idea when the version with callout hover fix will be released ?
    BTW : in the examples, looks like problem is not corrected:...
  23. Last but not least ...
    my bad, i had a bad inheritance in my DAL ... funny it shows only now !
  24. hi again,
    i tried this:

    string serializedList= Ext.Net.JSON.Serialize(lst);
    and same error is thrown : it is an "error" in JSON serializer... maybe not really an error, but it tries to...
  25. Hi Geoffrey,
    thanks for you quick reply!

    I tried adding toList(); but this does not solve the problem, i still have same issue:


    List<WebUser> lst = new List<WebUser>();
    using...
Results 1 to 25 of 64
Page 1 of 3 1 2 3