Search Results

Type: Posts; User: VietView

Search took 0.01 seconds.
  1. Hi, guys.

    I try to use like following but it doesn't work, please show me use ajax events or ajax methods in this case. thanks.





    <ext:GridPanel ID="GridPanel1" runat="server"...
  2. Hi, you guys.
    I have a following coding, I wanna enter on txtKeyword to fire btnDone click , can you help me?






    <ext:TextField ID="txtKeyword" runat="server" FieldLabel="Keyword"
  3. Hi guys,

    How to change default font of HTML Editor?
  4. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="CPZ_Product_test" %>


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  5. Hi guys


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="CPZ_Product_test" %>


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  6. Hi, everyone.
    I have a problem need your helping.



    <table>
    <tr>
    <td>
    ...
  7. This is my code ...





    <ext:Store ID="ManufacturesStore" runat="server">


    <Reader>
  8. Hi geoffrey.mcgill
    Can you show me the way to delete record in code behind like updating way. :)

    HTML Code





    <ext:Store ID="DetailViewStore" runat="server"...
  9. Thanks so much.
  10. Hi everbody.
    I have a gridpanel with 2 collums: ID, Name. When I edit text in cell Name, how can I get that editting text by ajax event - Click of Save Button.
    Anyone can help me?
  11. Hi everyone.
    How can I change the skin of EXT like background of title bar, color of font,...
    Thanks for helping.
  12. Hi, guys.

    I have a gridpanel and a number field out of gridpanel, can I enable or disable the number field in server side by using ajax event when one row of gridpanel is selected?
    When I disable...
  13. I don't use Store to bind data to combo box, can I add every item to items list of combox box likes:
    <DIV class=forum-code>



    PointsCtn.Items.Add(new Coolite.Ext.Web.ListItem("test1", "1"));
  14. I don't use Store to bind data to combo box, can I add every item to items list of combox box likes:



    PointsCtn.Items.Add(new Coolite.Ext.Web.ListItem("test1", "1"));


    ...
  15. Thanks for your replying.
    Hi, I ran ajaxevent ok, not error in server side, but EXT still alert error 200, how to fix it.
  16. How to remove "Request failure - status code 200" warning? It is raised after finishing'd called AjaxEvents.

    Why I cant reply after administrator reply?
  17. I have used AjaxEvents Component to delete o row, but I don't know how to use method selModel.getSelected(), i only get selModel.getSelected().id.





    <ext:Store ID="DocumentsStore"...
Results 1 to 17 of 17