Search Results

Type: Posts; User: ExtTec

Search took 0.01 seconds; generated 42 minute(s) ago.
  1. Is it possible to use the bind or bindstring properties with data from other sources than ViewModel?

    I did define a data object in the "head" section, e.g.:



    @{
    var X = Html.X();
    var...
  2. I have the same problem - I would like to change the icon if the user clicks on it (into a hour glass or something similar, or alternatively hide the icon).
    I need this, because the click starts a...
  3. Hi,

    I have added a column to the column model of a GridPanel, the content of this column is created by a renderer based on data of another column:


    MyPanel.ColumnModel.Columns.Add(new Column...
  4. Hi Daniil,

    what you wrote in your remark 2 is exactly what I need to know.
    I tried to add the html table to the ContentControl of the containing panel, but then the html table is not displayed...
  5. In the Ext.NET examples, a TableGrid is explained for converting an html table into a GridPanel (I?m using Ext.NET 1.7 - in Ext.NET 2.x it?s the TransformGrid)
    How can I do this in codebehind?
    ...
Results 1 to 5 of 5