Search Results

Type: Posts; User: thece

Search took 0.01 seconds.
  1. Someone tells me: this is the right solution?



    <Listeners>
    <Command Handler="MyClass.m_CommandColumn_Command(command, record.data.ID, {isUpload:true});" />
    </Listeners>


    There's a...
  2. Hi,

    I have some problems in downloading a file using a CommandColumn included in a GridPanel.
    When I try to download a file using the CommandColumn the error message "BADRESPONSE: missing ) in...
  3. Hi,

    it's possible programmatically to change the column order within a GridPanel? I tryed GridPanel.ColumnModel.Move(...) but it causes an Exception

    Thanks
  4. Hi Daniil,
    your approach works very good

    Thanks thanks thanks

    :-D
  5. Hi all,
    it's possible to make a Toolbar with two (or more) rows into a GridPanel's Toolbar?

    Silly example:


    <ext:GridPanel ID="m_GridPanel" runat="server" Title="GridPanel">

    <TopBar>...
  6. Because I'm at the beginning of the project, I created a new Visual Studio Project. According to this page

    LINK

    I installed Ext.Net - version 2.5.3.1 (at the moment the latest 2.x version) with...
  7. Thanks

    Still a little question:


    Install-Package Ext.Net -version 2.5

    the command above installed the 2.5.0 version, not the latest 2.x version (2.5.3.1 ?). It's possible to update the...
  8. Hi all,
    it's possible to install the OLD Ext.Net Package - Version 2.5.3.1(*) in a new Visual Studio Project using NuGet Package Manager? How?

    If it's not possible: without NuGet Package Manager?...
  9. Found the place. At first, I thought to modify some file of the Ext.NET library ...

    Thanks
  10. I'm sorry for the silly question, but how I can apply the patch to my Ext.Net project?
    In which file I must add this code?


    // fix hide submenu (in chrome 43)
    Ext.override(Ext.menu.Menu, {
    ...
  11. Another question: I added / modified this code, but ...



    <script type="text/javascript">

    var m_CheckboxSelectionModel_SelectionChange_JS = function (obj, selected, eOpts ) {

    ...
  12. Hi Daniil,

    thanks a lot
  13. Hi all,
    I need to access to Checkbox Selection Model Header in code behind, to know if it checked or not, how to? See code



    <%@ Page Language="C#" %>

    <!DOCTYPE html>

    <script...
  14. OK, I found a possible solution



    [DirectMethod(Namespace = "GridPanelExample")]
    public void m_CommandColumn_Command(String p_Command, String p_RecordData)
    {
    ...
  15. Hi,
    sorry for the dumb question: into Code Behind, how I can extract a field from a record of well know ID stored into a Store? See method m_CommandColumn_Command() in code example



    <%@ Page...
  16. Maybe ...



    if (... SOME CONDITION...)
    {
    m_Column00.Editor.RemoveAt(0);
    }
  17. Hi,
    sorry sorry sorry for a very dumb question, but I haven't found a solution in search results: how I can set to "ReadOnly" a single Column into a GridPanel? (necessarily using CodeBehind)

    I'm...
Results 1 to 17 of 17