Search Results

Type: Posts; User: anh34

Search took 0.01 seconds.
  1. Hello Fabricio & ASchott

    I have same issue with chrome. Is there any good way to fix it?

    Where can I put ASchott's code? Is it safe to use ASchott's code?

    Thanks in advance.
  2. I will try to use grid row edit.

    Thanks for your support.
  3. Index.cshtml


    @using Ext.Net.MVC;

    @model object[]

    @{
    Layout = null;
    }
  4. Hello

    I use Grid ComponentColumn only with 2x row but it render slow.

    How to increase render speed?

    Here is my example : https://drive.google.com/open?id=1lc04QvVNbEmNyCJyhlRV1uoc3bl7n9yg
    ...
  5. Hello Fabricio Murta

    Thanks for your support.

    I have moved combobox store to Bin of GridPanel and it work

    But Is there any other way to update read only DepartmentName if don't use
  6. Hello Fabricio Murta

    Thank you for support me.

    I know it but my departments (customers ...) has alot of rows it load ~ 5-7s.
  7. If I remove SilentSave(false), combobox has new select value but DepartmentName is not updated

    Please help me.

    Thank you very much
  8. Please help After select ComboBox in ComponentColumn doesn't show select value - it show blank.

    Index.cshtml


    @using Ext.Net.MVC;

    @model object[]

    @{
  9. Please Closed it is my failed. ViewBag.ID is long and will be round in javascript.

    I have changed


    de.Click.ExtraParams.Add(new Parameter("viewBagID", ViewBag.ID));

    =>
  10. Thanks you for support me. Here is my Example

    Index.cshtml


    @using Ext.Net;
    @using Ext.Net.MVC;

    @model ExtNet_Example1.Models.ExtNetModel
  11. I have DirectEvent


    public ActionResult AddItemToDetails(long lookupItemId, String viewBagID, int posLinesCount)
    {
    var itemRepository = new ItemRepository();
    ...
Results 1 to 11 of 11