Search Results

Type: Posts; User: FAS

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thanks Daniil.

    Yes, I know those attributes. I used them in another scenario with EXT.

    The problem is that if I mark JsonIgnore a property it will be marked definitely in compile time, so other...
  2. Hi.

    In regard this post (to avoid posting all code again):
    http://forums.ext.net/showthread.php?18500-CLOSED-Reference-main-store-RecordField-from-a-lt-for-gt-structure-in-a-template

    I have...
  3. Wow, what a complicated solution. It worked great. Thanks a lot.
    It would be nice to include this like a boolean attribute or something in 2.0.

    Something like:



    <ext:TextField...
  4. Hi.

    I have a form that loads information in a multilanguage scenario.

    Let's say we are managing Countries with their translations.

    There are two classes:

    Country {Id, ISO}
    ConutryTr{Id,...
  5. It seems it did!

    Until now I didn't get that bug again.

    You may close this.

    Thanks.
    Regards
    Fernando
  6. Any other data edition refreshes Grid without problem (Bob's name changed here)
    4164

    Thanks
    Regards
    Fernando
  7. Hi Daniil.

    I am taking the same steps mentioned with this same code.

    Just in case... I am using Ext.net 1.2.0.21945

    Here are the screens I get using this ad-hoc example posted here (same...
  8. Hi Daniil.

    In regard this post
    http://forums.ext.net/showthread.php?18372-CLOSED-Nested-data-in-nested-grids

    I have a problem with some strange behaviors with RowExpander when refreshing grid....
  9. Great! It worked perfectly.

    Thanks. You may close this.

    Regards
    Fernando
  10. Be aware code parser added some garbage to the code


    href="Javascript<b></b>:
  11. Yes Daniil
    Here it comes:

    Code behind (Sorry for the VB.NET I guess you hate)


    Imports Ext.Net
    Partial Class TestNestedData
    Inherits System.Web.UI.Page
  12. Nothing special. Just liked the work you did on collapsible rows ;-)

    I am doing well with the functionality here descripted. I just put the additional data in collapsible area, not in the row's...
  13. Thanks Daniil.
    Anyway, leaving all Rows expanded was explained to me in this same Thread.
    After some tests I decided to auto-expand all rows, but leave them collapsible (not hiding the first...
  14. Sorry, I think I was not clear about the scenario. I'll put it in some data scenario.

    Imagine I have two packages (insurance coverages) each one with it's own Index (I use it as an identifier...
  15. I see. I wanted to leave that information fixed (outside collapsible area), but I have to drop that idea...

    Thanks Daniil. You may close this.

    Regards
    Fernando
  16. Hi.

    I have a GridPanel that has some complex Store structure.



    <ext:Store ID="Store1" runat="server" OnRefreshData="ActualizarCoberturas" >
    <Reader>
    ...
  17. I can't get this to work.

    GetRowClass handler is not invoked. Is it compatible with RowExpander plugin?



    <View>
    <ext:GridView runat="server" EnableRowBody="true">
    ...
  18. Thanks.

    That worked. You may close this.

    An Onclick or Handler attribute for DesktopShortcut control would be great. I ended up implementing a non straightforward function with a switch-case...
  19. Looks interesting.
    I knew I saw somthing like this in an example...

    I 'll give it a try

    Thanks
    Regards
    Fernando
  20. Hi.

    I am trying to implement a Desktop Shortcut that opens a window, but not a regular DesktopWindow embeded in the same aspx, but a window opened throught a JS function "abrirVentanaDesktop"...
  21. Thanks. It worked.

    You may close this.

    Regards
    Fernando
  22. HI Daniil.

    As you can see in the mockup screen, each package is not shown in a single grid row, but in a region composed by other controls. At this time I discarded that need. I will edit/add...
  23. Hi.

    I have a Grid that binds with a store that brings some data from complex collection of objects.

    Objects are:

    Class Package
    Property Product As Product

    Class Product
  24. That sounds good for me. I just tested it and looks fine.

    Could I render complex rows? So I can show each package with all data not limited to a lineal row, headed by a "Package #1" or something...
  25. I see...

    Thanks Geoffrey.

    If its impossible to nest two grids from plain aspx tags, I'm afraid I agree with you. The code will become messy to mantein.

    Any opinion or suggestion?. I'll wait...
Results 1 to 25 of 74
Page 1 of 3 1 2 3