Search Results

Type: Posts; User: Kam

Search took 0.01 seconds.
  1. Hello
    Please add property StoreClientID to GridFilters.ListFilter
  2. The XControlLoader - utilite class, what can render new XControls and change exists from WebService.


    [WebMethod]
    public DirectResponse AddLoginWindow()
    {
    ...
  3. Если первый раз вызвать

    var data = new List<>();
    ...
    Store.LoadData(JSON.Serrialize(data));
    то данные передаются нормально.

    Если после этого вызвать Store.DataBind(), то на стороне клиента...
  4. Thread: TaskManager.Task

    by Kam
    If I write
    TaskManager.startTask('qqq');
    ...
    TaskManager.startTask('qqq');
    ...
    TaskManager.stopTask('qqq');

    It turns out that the task 'qqq' run twice in parallel and stopTask stops just one...
  5. Thread: TaskManager.Task

    by Kam
    Hi.

    Please, add new property "RunOnce" in Task for control, that would avoid duplication of running the same task, because then it can not be stopped.


    Ext.net.TaskManager.prototype.startTask...
Results 1 to 5 of 5