Search Results

Type: Posts; User: mj.daly

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Good man Daniil, that's exactly what I needed to know.
  2. Yeah, I was just hoping it would convey what I was trying to do, even though it doesn't work.

    I've now updated the webservice/ webhandler called by the AjaxProxy to take another parameter, id. The...
  3. I have a combobox that loads data through an AjaxProxy when the user types in some characters, this is working fine.

    If the user is editing a record, when the page first loads, I want to have the...
  4. In the latest from trunc, adding a Summary to one GridPanel breaks codebehind databinding.

    In the example below, when selection is changed in the west grid, it calls a method in the codebehind...
  5. Didn't have to put a sample together, just had to run the examples from VS, see http://screencast.com/t/eGaoXtA0O1x

    Works in IE9, but not in Chrome as per the video.
  6. Ok, will put a sample together and hopefully will find the issue, else will post back here.
  7. Was using the latest release, now updated to latest from trunc.

    Latest from trunc seems to have a bug where groups in a GridPanel do not collapse.
  8. I updated and now this problem is solved. Frustratingly, a new issue whereby clicking on a row selects a different row, has been introduced, I'll put an example together and start a new thread.
  9. When Grouping is added to a GridPanel with GridFilters, the filters no longer appear in the column header drop downs.

    Is there any way to fix this? I have everything set to remote...

    ...
  10. Solution is to set the Height of the panel that is a nested border layout. MinHeight does not do the job.
  11. How can I add the nested border layout so it renders correctly?


    <ext:Viewport runat="server" Layout="Fit"> <Items>
    <ext:Panel runat="server" Layout="Border">
    ...
  12. Thanks for replying.

    I did read the documentation, which also provided this line:

    var form = this.up('form').getForm();

    which does not work when entered into the handler of the code above.
    ...
  13. What do I need to put in the handler code (btnUpload.Listeners.Click.Handler) so the file gets submitted to a url?

    Thanks


    @using Ext.Net@using Ext.Net.MVC
    @{
    ViewBag.Title = "Home...
  14. Correct me if I'm wrong, but that code should not be needed.

    If that code is needed then either Ext.Net or ExtJS is breaking the normal/ expected behaviour of HTML controls?
  15. When enter is pressed in the Notes field, the form is submitted. What have I done that it is not inserting a new line?

    _Layout.cshtml

    @using Ext.Net.MVC<!DOCTYPE html>
    <html>
    <head>
    ...
  16. I just found out that App is the object I should be accessing.

    My next question is, am I trying to populate the form in the correct manor (using client JS), or is there a better way?

    Also, can...
  17. About 9 months ago I was using Ext.Net v1, with ASP.NET forms.

    Now I have just started using v2 with razor. Previously I was able to access any Ext control in JavaScript by it's ID e.g....
  18. Is there any way to stop rows in a GridPanel from wrapping the text when using ImageCommand?

    I've attached an exmaple.

    Thanks,
    M

    2603
  19. Thanks Vlad, CSS worked.

    SwallowBodyEvents="true" because the parent GridPanel selection model will be called whenever the user interacts with the nested grid.

    E.g. after selecting the 1st cell...
  20. Hi, I have come across two bugs in when using RowExpander with nested GridPanels.


    In Chrome and FF, changing the width of a column in a nested GridPanel with the mouse - when the mouse button...
  21. Thanks, SpecialKey catches enter, the others do not.
  22. I have a ComboBox in a GridView. I want the user to type in some text and press enter to kick off an event.


    <ext:HeaderColumn Cls="x-small-editor">
    <Component>
    <ext:ComboBox...
  23. Thanks Vlad
  24. http://forums.ext.net/showthread.php?11048-1.0-GridView-not-working

    When is a bug fix likely to be available for this issue?

    The upgrade to 1.0 has broken every GridPanel we have with a...
  25. Should this be moved to bugs section instead?
Results 1 to 25 of 43
Page 1 of 2 1 2