Search Results

Type: Posts; User: cankut

Search took 0.01 seconds.
  1. Hi,

    I have an empty store for a DataView.

    After adding first item to the store, it renders the first items components twice for the first time.

    The consequent adds to store seems to work...
  2. Perfect. That was exactly what i needed!

    What will this method do if it is called multiple times?

    Will it duplicate / override ? Or it checks to see if it has already loaded the file before?
  3. Hi,

    I have a partial view which is requested & loaded into a modal window.

    Following is the action method which generates the partial view:


    public Ext.Net.MVC.PartialViewResult...
  4. Found it.

    It should be provided in GridView like this:


    x.GridPanel().View(x.GridView().LoadingText("New Text"))
  5. Hello I have the following partial View:



    @using Ext.Net
    @using Ext.Net.MVC
    @{
    var x = Html.X();
    }
  6. I've 2 FormPanelFor definitions:


    ..
    .Items
    (
    x.FormPanelFor(m => m.SelectedSection).ID("selectedSection"),
    x.FormPanelFor(m => m.SelectedGroup).ID("selectedGroup")
    )
  7. Hello,

    I've the following entities in my model:

    [Question]
    - Id
    - Text
    - Type
    - OptionsList ( a collection of Option entities )
Results 1 to 7 of 7