Search Results

Type: Posts; User: wexman

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

    I'm trying to get ext.net (I'm still on version 1.7) working with asp.net webapi, but am struggling with the "root" wrapper around the json data. I've set the root property of the reader to an...
  2. Follow up: I've just noticed that the placeholders, #{dfVon} for example, are now replaced with App.dfVon in the code sent to the browser. What's that App thing?
  3. Hi there,

    I'm in the process of upgrading from Ext.Net 1.x to 2.x and need a little help regarding referencing Ext.Net controls in Javascript code. I want to pass the value of some entry fields as...
  4. Doh!

    Turned out I have to use OnRefreshData instead of OnLoad (just like I do in all the other pages where it works as expected :-(
  5. Hi,

    I'm experiencing a little problem with a store declared inside a grid and it's OnLoad event handler. Seems like this OnLoad is called on each and every postback (including AjaxRequests), even...
  6. Just found a solution for this:


    <ext:ArrayReader Root="d">
    <Fields>
    <ext:RecordField Name="SomeName">
    <Convert Handler="return arguments[1]" />
    </ext:RecordField>
    ...
  7. Hi,

    I would like to specify the URL of a HttpProxy of a store as ASP.NET binding expression (to a Settings value), for example:


    <ext:Store ID="LookupStore" runat="server" AutoLoad="false">
    ...
  8. Hi,

    I have a problem with a custom grid plugin of mine. I need to create a menu for use with the RowContextMenu event of the grid. Depending on the current user's access privileges, I need to show...
  9. No - I don't see any rows or something. There's the SelectCommand, InsertCommand, ... properties, but I don't know which property actually contains the data?!?
  10. That's what I did, but I cannot find it inside the DataSource :-(

    Too late on a Friday afternoon I guess! Any hints?
  11. Hmm, seems like I'm having a blackout - where in the datasource can I find the actual data?
  12. Well, here's the store ("Value" is the variant column, so I didn't assign a type):


    <ext:Store ID="Store3" runat="server" DataSourceID="SqlDataSource3" OnRefreshData="Store3_Refresh"...
  13. Hi Daniil,

    thanks for your reply.

    Found out in the meantime (using fiddler) that the sql_variant columns are not contained in the json that is sent from the server (btw, I'm using an...
  14. Hi,

    I'm using an SqlDataSource bound to a grid; this is working fine so far, however it doesn't seem possible to use Sql_Variant columns? Is this a known issue? Or maybe even intended?
  15. And yet another reply to my own question - sorry for that ;-)

    I have fixed both problems in the meantime, but I would still like to know if there's a better solution...

    Problem 1 was solved by...
  16. Regarding problem no. 2: just found out incidentally that the ColorPalette is shown *behind* the FormPanel, so you cannot see it; is there some way to adjust the zIndex?
  17. Here's the markup I'm using (sorry, quite lengthy)

    <ext:Button ID="Button2" runat="server" Text="Erweitert..." Icon="ApplicationViewDetail">
    ...
  18. Hi,

    I have two problems with DropDownFields inside a menu. Actually, It's a toolbar button with menu > formpanel > dropdownfield > panel > colorpalette as shown in the following screenshot:
    ...
  19. Hi again,

    related to the above question: How does one make changes to the appearance of elements be *theme aware* in general? Right now, I need a tool button in my panel for sending email, but...
  20. Hi,

    just to let you know I solved this by manually preparing the tree nodes and then passing them to a custom DirectMethod, from which I can return a value:

    Client code:


    var...
  21. Hi,

    I need to retrieve a return value (some server-side generated id) upon SubmitNodes() of a TreePanel. Is this possible somehow?

    Here's my markup(simplyfied):


    <ext:TreePanel...
  22. Hi there,

    I have a question regarding the background color of the TreePanel. As far as I understand, it is transparent by default, whereas the GridPanel has a white background. To have a...
  23. Hi Vladimir,

    thanks, that's exactly what I need!

    Solved.
  24. Hi,

    I have a treepanel on my page which the user populates with nodes via drag and drop from several grids. Once finished, I need to postback the populated nodes to the server to be able to save...
  25. Hi Daniil,

    thanks, that works just fine!

    Solved.
Results 1 to 25 of 50
Page 1 of 2 1 2