Search Results

Type: Posts; User: machinableed

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. What is the link to this branch? On github or SVN?
  2. Hi there,

    There appears to be a layout/style bug when a tabpanel contains a panel which in turn contains a form panel:

    The code below works as expected but if you uncomment the textfield in the...
  3. Okay - I've sorted my problem out by using direct methods instead of a direct event - thanks for your help
  4. i don't expect it to fire twice, i'm just wondering if there is a way I can effectively do the same thing either in parallel or sequentially... my problem is that when i expand the row I want to...
  5. I've got around the initial exception by putting both gridpanels within a containing panel but now I find only one beforeexpand direct event will fire
  6. Hi there,

    I have a grid panel with row expander that has 2 grids within it that I want to populate via ajax methods that call the controller before expand. I've got it working with a single grid...
  7. Hi there,

    I have a grid panel with row expanders which in turn contain a smaller grid panel that retrieves its information via a back end service as required. Everything seems to work fine except...
  8. Hi there,

    I'm trying to collapse a panel on the click of button via a listener/handler:


    buttons.Add(Html.X().Button()
    .Listeners(listeners =>
    ...
  9. Apologies - you can close this thread.

    It seems the problem was a layout one that was hiding the paging toolbar from view - changing the viewport to BorderLayout and a few other minor alterations...
  10. I've managed to isolate the problem that I'm having - the grid with ajax proxy seems to load and display the paging toolbar as expected when using the following code:



    @{
    ViewBag.Title =...
  11. I have a form panel that is submitting through to a controller method that receives the form fields and needs to deserialise it. This works fine for text fields, but for combo boxes I get an error...
  12. Is there an example that covers this? My issue is that I have FormPanel which has to submit a range of filter values as per the example in this thread:...
  13. Ideally I need a way to do remote paging but I can't get it to work at all at this stage. I'm assuming this is because I'm just returning the data itself to be loaded but the total count is not...
  14. I have a form panel which submits the form to a controller method via a direct event and loads the store for a grid panel


    pn.Add(Html.X().FormPanel()
    .Region(Region.North)
    ...
  15. Still no luck after the update from SVN. Here's the code that shows the problem:

    test.cshtml


    <body>
    <div>
    @(Html.X().ResourceManager()
    .Theme(Theme.Gray)
    )
  16. I'm still having no luck with this even when I hardcode the value as shown in the below code:




    fields.Add(Html.X().ComboBox()
    ...
  17. Hi there,

    I've got several combo boxes such as this one:


    fields.Add(Html.X().ComboBox()
    .FieldLabel("Service Status")
    .LabelAlign(LabelAlign.Top)
    ...
  18. Is there any update on when this might be fixed?

    I have a scenario where I have a page with several partial views each of which needs it's own model to render and I can't see a way that I can...
  19. Hi there,

    I'm just having some issues populating a form with data that I must retrieve from the controller. There are many examples in webforms but I'm just wondering what the best way to do this...
  20. This a probably a stupid question but anyway...

    I have a tab panel that contains 3 panels each of which has a MaxWidth set - this is working fine and as expected. Now I want to make sure that the...
  21. That doesn't appear to be the problem - I'm basically trying to refactor some code into partial views and it's not working as expected. The original code is:

    Container View:



    @{
    Layout...
  22. I've got several partial views that I need to include on the same page - they all work individually but the layout breaks when they are all included... the code is as follows:


    @(Html.X().Panel()...
  23. Obviously I can just get around it by setting a css class up for those labels but still it seems that this is incorrect behaviour
  24. Hi there,

    When creating a number field like so:



    fields.Add(Html.X().NumberField()
    ...
  25. I think I've solved my initial problem but I'm trying to basically replicate https://examples2.ext.net/#/DragDrop/Panel/Swap_Dropable_Panel/ in Razor syntax but I can't figure out how to do the...
Results 1 to 25 of 72
Page 1 of 3 1 2 3