Search Results

Type: Posts; User: Neil_Walters

Search took 0.01 seconds.
  1. Hi

    When using grid column header grouping (https://examples1.ext.net/#/GridPanel/Miscellaneous/ColumnHeaderGroup/), is it possible for a header to span multiple rows e.g.



    ...
  2. Hi

    The standard asp CheckBoxList allows data binding, so I guess mimicking that would be a good start.


    Regards
    Neil.
  3. Thanks Guys

    The CookieProvider is what I was after.


    Thanks again
    Neil.
  4. Hi

    Is there a way to make the Panel collapsed property stateful?


    Thanks
    Neil.
  5. Excellent stuff

    To be honest, I didn't think it would be possible.


    Thanks again.
    Neil.
  6. Hi

    I have a GridPanel where some columns contain hyperlinks to other pages. I also perform some actions in the RowSelect Listener (in this case I populate another grid). When I click on the...
  7. Have just read the post http://forums.ext.net/showthread.php?threadid=4812-16-1.aspxResponse.Write etc. cannot be used in an Ajax event.
  8. Hi Patrahil


    I've been having the same problem too. Guess I'll have to use export with postback as well.

    Thanks for posting your workaround.


    Neil.
  9. Hi Vlad

    Thanks. Didn't want to use multiple master pages if it wasn't necessary.

    Thanks for your input.

    Neil.
  10. Okay Vlad, here goes

    Master page



    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  11. Hi Vlad

    Thanks for your reply.

    What I want to do is to have another child page that inherits from the MasterPage, but to be able to configure it so that it has normal page layout i.e. if the...
  12. Hi guys

    I have a MasterPage containing a header for navigation and a ContentPlaceHolder. I want to be able to fit the layout of the child pages (e.g. a GridPanel) into the ContentPlaceHolder....
  13. Then I shall wait in anticipation for its release...

    Thanks
    Neil.
  14. Hi

    When inserting and deleting rows from a GridPanel that has StripeRows, all the rows turn the same colour.


    This is demonstrable in the 'Marking Record' Coolite example.


    Is there a fix...
  15. Hi

    When inserting and deleting rows from a GridPanel that has StripeRows, all the rows turn the same colour.


    This is demonstrable in the 'Marking Record' Coolite example.


    Is there a fix...
  16. Hi

    I have a Store and an ObjectDataSource similar to that below






    <asp:ObjectDataSource ID="ObjectDataSourceUsers" runat="server" OldValuesParameterFormatString="original_{0}"
  17. Can I draw your attention to the topic I posted in the help forum


    http://forums.ext.net/showthread.php?threadid=26411-4-1.aspx

    Is this a bug? The sample on the ext js website seems to work...
  18. Hi


    Why does the FileUploadField button not exhibit the same behaviour as other buttons e.g. the cursor does not change when the mouse is hovered over it, and when clicked the button does not...
  19. Hi


    I have (possibly) found a bug with the ComboBox. Running the following code snippet produces two different results from getValue() when the last item in the list is selected.


    Not sure if...
Results 1 to 19 of 19