Search Results

Type: Posts; User: ChrisO

Search took 0.01 seconds.
  1. Has anyone got any thoughts on this, if only to tell me I'm being stupid and have missed something blindingly obvious:}
    If this is the case, please point out what I've missed

    It's relatively...
  2. From GridPanel, as shown below

    6088

    If we select a column, so it is now shown, ie not hidden.
    'Select TestPlatform Preferred',
    Why is the relevant attribute NOT changed....
  3. Thank you.
  4. Is this something that will be 'rectified' in the next release.

    Are there any issues with us sticking with transformer.Net 2.1.0 until the next release?
  5. Ye we did rebuild, and we got the 2.1.1 via Nuget.
    A colleague has just got Transformer.NET 2.1.1 working, after 'editing' the web.config file

    Chris
  6. Hi

    I'm getting this exception error with transformer 2.1.1


    Could not load file or assembly 'Transformer.NET, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e274d618e7c603a7' or one of its...
  7. Thread: ComboBox Column

    by ChrisO
    How do we populate a ComboBox in a GridPanel at runtime?

    I can do this quite easily in the *.aspx file
    I can do it in Code behind as the page is loaded

    I can populate the combo box at runtime,...
  8. Problem solved

    found
    PlatformComboId.Items.Add(new Ext.Net.ListItem(platform.platformName));

    which gives me what I expected/hoped to see :}
  9. Hi

    I currently have a combo box column in a grid panel. The data at design is unknown, therefore

    <ext:Column runat="server" Text="TestPlatformUsed" ID="TestPlatformUsed"...
  10. Ok So I've made some progress and replaced the above Error with the following

    Microsoft JScript runtime error: Unable to get value of the property 'commit': object is null or undefined
    ...
  11. Hi
    I have basically copied
    https://examples2.ext.net/#/GridPanel/Editable/Editor_with_DirectMethod/
    into my code
    So I've either got something wrong, or I'm missing something.
    Any help in...
  12. Hi Vladimir,

    Thanks for the quick response.
    I've changed the ModelField 'Names' to match the DataFields in the BoundFields.
    Still no data displayed.

    I must be missing something fundamental...
  13. Hello
    I'm trying to get a gridPanel to show data selected from an SQL table, this will be a variable amount of data.

    I can retrieve the data, and I can see the data when debugging, however the...
  14. Thread: getRowsValue

    by ChrisO
    Hi Vladimir
    Well that cleared one issue and created another :}

    Now get an exception message that I think I need to dig into for a while.

    Thanks for your help

    Chris
  15. Thread: getRowsValue

    by ChrisO
    Hi Vladimir,
    thanks for the response
    You mean something like this
    App.GridDataId.setValue(Ext.encode(RimTestPlanGridPanel.getRowsValues({ selectedOnly: false })));

    which I already have

    or do...
  16. Thread: getRowsValue

    by ChrisO
    Hi
    I'm getting an error message saying that getRowsValue isn't supported by the object GridPanel
    4476
  17. Hi
    I'm having some issue with the Store definition for a Grid Panel.

    I have two projects that are dispalying different 'characteristics'

    P1: I have

    <ext:GridPanel ID="Rim_GridPanel"...
  18. Thread: Export to Excel

    by ChrisO
    We've sorted this.
    Had to reset the Browser
    Restored Advanced settings and then Reset Internet Explorer settings.
  19. Thread: Export to Excel

    by ChrisO
    Hello
    I have copied the 'Export Data from GridPanel into XML, Excel or CSV using a full PostBack' into a new project.
    I can build and run the project, however whenever I try to export the data to...
Results 1 to 19 of 19