Search Results

Type: Posts; User: nikisbeta

Search took 0.01 seconds.
  1. Hi,
    Thank you for your response.
    My page had conflict with another JS,
    everything is okay,
    sorry
  2. Hi,
    I need to set the default combobox value

    I have easy example:


    <ext:ComboBox ID="cmbZakazPrestupu" runat="server">
    <Items>
    <ext:ListItem Text="NO" Value="0" />
    ...
  3. Thread: Ext.Net 3.0

    by nikisbeta
    Hi, any news about the 3 release?
    When I buy a premium license now will include 3.* release? (or I have to wait)

    Thank you
  4. Hi
    In ExtJS 4.x missing function "ToggleCheck" :-(

    Can you please help me how to set up TreeNode checked=true in DirectMethod.
    In Ext.NET 1.* im use

    ...
  5. Hi
    I have a problem when migrating to v.2.
    When i call #{GridPanel2}.submitData(), response is

    Status Code: 200Status Text: BADRESPONSE: syntax error
    {serviceResponse:{success:true,data:}}

    ...
  6. Thanks,
    this code display text in ComboBox:


    this.ComboBox1.Text = "Display text for 778";
    but, i need set value for ComboBox.
    In version 1.x a used this code:

    ...
  7. I was happy when it worked.
    But this works only in non paged listing. (sorry, but was not in the example)

    For example:
    Total records = 100,
    First page:

    {total:100,'items':[...
  8. Bingo !
    Thank you.
  9. Hi
    ID is number,
    I make sample project whit this problem.
    http://www.dno.cz/WebSite1.zip
  10. Thanks, but still does't work :-(
  11. Hi
    Problem is in cross domain AJAX.
    There are interesting articles describing the problem.
    You must set the HTTP headers of the project.

    http://enable-cors.org/...
  12. Hi
    I have a problem in Firefox and Chrome,
    which send my data,a request by the OPTION and not POST method.

    Request URL:http://localhost/mls/data.aspx
    Request Method:OPTIONS
    Status Code:200 OK...
Results 1 to 13 of 13