Search Results

Type: Posts; User: tobros

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. check does not work ,
    uncheck works except the first one
    please see video


    http://screencast.com/t/AlYxcbTVW
  2. the checkbox controls do not work


    <ext:TreePanel ID="tp1" runat="server" Region="Center" RootVisible="false">
    <Listeners>
    ...
  3. not the text


    <ext:TreePanel ID="tp1" runat="server" Region="Center" RootVisible="false">
    <Listeners>
    <BeforeLoad Handler="Ext.net.Mask.show();" />...
  4. not only the text , i need to update treestore's modelfield and column's text.
  5. how to do it in code behind?
  6. hi, ext.net team

    i have a treepanel on the page, the node is collapsed, then i the click the node and expand the child node, then i double click the node,modify ,the node , then close the modify...
  7. I wrote a demo above , why handler not execute when i type something in filter input?
  8. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm10.aspx.cs" Inherits="TobrosCWT.test.WebForm10" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  9. i wrote a sample code , i want to change the "sum" row's background color which rows are generated in code behind.


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm9.aspx.cs"...
  10. the renderer function's prototype


    "renderer": function(value,metadata,record,rowIndex,colIndex,store,view){

    },

    how...
  11. thanks , how to add loading effect when gridpanel is loading data?
  12. directevent change does trigger at the first time or the gridpanel does not fresh when select the first parent combobx?


    <%@ Page Language="C#" AutoEventWireup="true"...
  13. <ext:ComboBox runat="server" ID="cb_zdr" FieldLabel="制单人" AnchorHorizontal="100%" ValueField="zdr" DisplayField="zdr">
    <Store>
    ...
  14. there are many search in db in code behind , so execute will take much time, result in " Status Code: Status Text: communication failure"
    7291
    7292

    BUT if change
    from

    ...
  15. how to add a listener when i delete the text on the drStartAccCode?
  16. i want to add a right button to the dropdownfield , but it is hidden by search icon,
    my code :


    <ext:FieldContainer ID="fc_kmbm"
    runat="server"
    ...
  17. no,i want to execute #{DirectMethods}.GetGrid in code behind manually .

    i clarify again, first click a button to pop a window , in the window , i select a dropdownlist item , then click sumbit...
  18. gridpanel with a row expander , first time expand the row, the directmethod execute, but second time expand the row, the directmethod does not execute.
    now i set a parameter in code behind, i need...
  19. In fact, in my program. The "ColumnModel" is dynamic.


    public void SetGridPanelByGridType(ref GridPanel gridpanel, GridType gridType)
    {
    if (gridpanel == null)
    ...
  20. Proxy={
    new AjaxProxy(){
    Url="../../Shared/PlantHandler.ashx",
    Reader={
    new...
  21. The json data returned is definitely correct!!because the grid data can corrent appear. The key is in localhost is corrent.but After the release of the data dose not appear!
  22. please see video
    http://screencast.com/t/qieP7yOqdOM
    there are 3 gridpanel , when expand the second inner gridpanel , the first outer gridpanle show a horizontal scrollbar , but the inner...
  23. hello!this is Screenshot7225 where is undefine?
  24. through testing,It should be before loading data and after expander event. It's appear the google chrome console tip:"ext.axd?v=17214:18"
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4