Search Results

Type: Posts; User: animalisme

Search took 0.02 seconds.
  1. I want to get the node data in the TreePanel when the checkbox of the node change, my code as:
    var loadOperation = function (pageId, node) {

    App.direct.LoadOperation(pageId, '');
    ...
  2. I use vs2008 stdio tool, when I add the ext.net 2.0 into the IDE toolbox, and drap one of the controls into the new webform, i can't design it as the normal model, I mean the design model is...
  3. I don't think there is an answer in such a way, In fact ,this problem should be attributed to Ajax tech. I am a winform developer ever, but i am learning the web tech recent years.may be useing the...
  4. OK, I have solved this problem. use AddItem() instead of Item.Add().
  5. In the OpenFileDialog or the SaveFileDialog , we can filte the file type, Is there one of property or function in the FileUploadField control to get the same result.such can use the filter as:...
  6. hi, all , i build two combobox, cmb1, cmb2, the method to fill the combobox as following:


    cmb1.items.add(new coolite.ext.web.ListItem(text,value));
    ...
  7. hi,denish, I think you can enter a return key in the header to change the height of the column header, such as : <ext:Column Header="AAA<br />BB" Width="70"></ext:Column> ,wish it will help you.
  8. It seem that there is no way to set the mask message in the bind code. if you have any solution, can you tell me?
  9. hi, ydnah2, It can close by itself.
  10. hi, geoffrey.mcgill, it is a nice idea, thank you for your help.
  11. Sorry about, I review the sample again and modified some place, it work now. thank you guy.
    WebForm8_Child.aspx


    <%@ Page Language="C#" AutoEventWireup="true"...
  12. When i put one panel(Panel1) which I want to be scallable into another fixed panel(Panel2),
    I do as this:


    Panel1.autoscroll = true;
    Panel2.autoscroll = false;

    but the result is :the...
  13. I create a web control such as this:


    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Sys_MObject_Criteria.ascx.cs" Inherits="CDS.Sys.Sys_MObject_Criteria" %>
    <%@ Register...
  14. hi, gevik. I think these code will help you.


    if (mo.RefEntityPath.Trim().Length>0)
    {
    strTab = BuildNewTabString("centerMain", mo.ObjectText, tabID, true,...
  15. OK, I extend the coolite project, and it support the DataTable as the datasource , and can update to the datatable now.
  16. I have solved this problem. I change the datasource definded code in the Store class, use Session to store the datasource. I extend the coolite store project.
  17. I use a temptable DataTable as the datasource of the store, and set a breakpoint in the store commitechange event(in the asp.net.cs code), when i watch the datasource of the store instance, it is...
  18. why i can't fire the event BeforeRecordInserted or else. I write as follow:


    ext:Store ID="Store1" runat="server" OnBeforeRecordInserted="Store1_BeforeRecordInserted"...
  19. here is my example, in the webform2.aspx
    In this case, the datasource is a Datatable that i built it manualy, and then i link it to the Store1.DataSource, and the DataTable(dt) is private static,...
  20. I am meeting the same question, can you send your solution to my email if it have been ok.my email is :animalishuang@yahoo.com.cn.
    thanks.
  21. hi, I am new to use the coolite, it is very cool. now, i meet one quetion:how to save the modified data of the gridpanel to the datasource. In my idea, I can take the store as the DataSet, and the...
Results 1 to 21 of 21