Search Results

Type: Posts; User: pumpkin

Search took 0.01 seconds.
  1. Hi, guys

    I have a project that it base on v0.8, I want to migrate it to v1.0, but it is a huge project, so, I have to make a planning, I want to know when 1.0 will be released?


    Thanks!
  2. As I have said, in my case I used a Ajax.net control, and it can not be replaced with coolite control. In fact, I put into MOSS2007 in Coolite, you konw there have a PeopleEditor control in MOSS base...
  3. Hello, anybody here? The problem is not described clearly?
  4. Hi, guys

    I got a problem. I have a case it must using Ajax.net 1.0(some web controls including the function) and Coolite AjaxEvent. If I fire web control's Ajax.net method, it works fine, and I...
  5. It works fine. Thanks!
  6. hi,
    I have a page with a HtmlEditor control.When I use window.showModalDialog to pop up this page,I found the HtmlEditor can not edit.

    Page1.aspx


    <body>
    <form id="form1"...
  7. Hi,

    I have a ComboBox:

    <ext:ComboBox ID="ComboBox1" runat="server">
    <Items>
    <ext:ListItem Value="aa\taa" Text="aa\taa" />
    <ext:ListItem...
  8. Thanks, I will try it!
  9. Hi,

    In client side, I can select a TreeNode, and it will show selected status. How can I select it in server/client side with code?


    Thanks!
  10. I got it, Thanks!
  11. Hi,

    I have a case:


    <ext:Column ColumnID="Type" DataIndex="Type" Header="Value">
    <Editor>
    <ext:ComboBox ID="cmbType" runat="server" Editable="true" >
    <Items>
    ...
  12. Hi,

    I want to catch every Ajax request in client side, the case is I want to call script function in client before every Ajax request occured(including AjaxEvent and AjaxMethod), how can I do it?...
  13. Hi,
    I got an error:

    Object reference not set to an instance of an object. ? Coolite.Ext.Web.ScriptManager.get_IDMode()
    ? Coolite.Ext.Web.WebControl.get_IDMode()
    ?...
  14. Hi Vladimir Shcheglov,

    In accordance with the examples you provide, fail to realize the function what I want to.
    When select the CheckColumn is not trigger the "AfterEdit" event.

    my coolite...
  15. Hi Vladimir Shcheglov,

    Thanks for your help!
    I want to set only one checkbox to be check of all checkboxs in checkcolumn.

    For example:

    GridPanel have three lines of data A, B, C,
  16. Anybody can help me? I just want to get a document or something about Coolite client side object model.
  17. Hi Geoffrey McGill,

    I understand what you mean, but this is not what I want,
    I refer to set CheckColumn is single check in gridpanel.

    Thanks a lot!

    Pumpkin
  18. Hi,

    We know Coolite has gotten a client side object model base on Extjs, for example: Coolite.AjaxMethods, and I found a useful method 'getRecordsValues()' in Store client object model, I cannt...
  19. Hi,

    When using CheckColumn in gridpanel,how to set CheckColumn is single check of all rows?

    Thanks a lot!

    Pumpkin

    Hi, This is Pumpkin!
  20. Hi guys,

    We just got in trouble when try to get the data in the store in server side.

    The case is that there are two stores in the page, one provides data to a combobox, anothere provides...
  21. good, it worked.
  22. the exception is below:




    <h2>The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). </h2>Description: An unhandled exception occurred during the...
  23. Hi,

    When v1.0 will be released? It's an important function, we are expecting it.
  24. Hi,

    How can I load Coolite Controls from AjaxEvent or AjaxMethod?

    I mean:


    [AjaxMethod]
    public void Test()
    {
Results 1 to 24 of 24