Search Results

Type: Posts; User: Kipetcoff

Search took 0.01 seconds.
  1. Hi,
    How can i disable all fields on the form?
    I try do this like this...



    #{ParamsForm}.items.each(function(itm){itm.setDisabled(true)});


    But it disables Labels too and the result looks...
  2. I solved this issue using ext:TableLayout element.
  3. Hello, i have a problem with center positioning of TextArea control.
    For example



    <ext:FormPanel runat="server"
    ID="FormPanel1"
    Title="Budget Info"
    ...
  4. How to place it from background code?

    I Try to do it this way...



    * if ( bHavebColorRows )
    * {

    this.Page.ClientScript.RegisterClientScriptBlock(this.Page.GetType(), "JSRowCssReset",...
  5. Can i reset rows css class?*
  6. I have some questions ..*

    1. I try to reset rows class properties during ajaxrequest, but it still use previous settings, what can i do in this situation?



    * if (bHavebColorRows)
    * ...
  7. Ok*
  8. Can i remove sort menu from heder? If i set



    * column.Sortable = false;



    it course only unables of menu items, but menu is still in the header.*
  9. I(You :-)) solve the problem. *You was right,i'm correct web.config and it workes now. Thank you!!
  10. Is it working on your side? For me it shows empty table(((*
  11. here the code*
  12. *Interesting that when i set all properties in .asp page..how it in your Examples it works. But i don't understand what sequence of settings for code CodeBehind. All methods are working but result...
  13. Now*DateStore_RefreshData takes, but now it look's like this...



    * protected void DateStore_RefreshData(object sender, Coolite.Ext.Web.StoreRefreshDataEventArgs e)
    * {
    * ...
  14. * DateStore.RefreshData += new Coolite.Ext.Web.Store.AjaxRefreshDataEventHandler(DateStore_RefreshData);



    Why it dosn't work?*
  15. Ok,i trying to do something like that. But not very succesfull. It don show data again.



    * <asp:ObjectDataSource*
    * ID="SrezDS"*
    * runat="server" >
    * ...
  16. Thank you,vladimir. It works!!! I have another one question not for this theme. As you see in my screenshot i have very large gridview-26416 rows. During load table, system show window with warning...
  17. Yes, i'm see only headers with names of columns and empty rows. Data....i can send data from viewstate on my page, ok? My data and grid page in attachment.
  18. I'm try to set all ext:GridPanel *properties in CodeBehind ,but it shoes empty table with header. There are values in the table because RowSelectionModel showes count of rows. But where is value.....
  19. Can i reload panel with control or it must be .aspx page?*
  20. I'm want to make ReportViewer on <ext:Panel ... Report Change when changes date in DatePicker.



    *<ext:Window*
    * ID="CalendarWindow"*
    * runat="server"*
    * ...
  21. You are right,vladimir.. Everithing works good. Thank you.*
  22. Interesting... My code..




    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MainPage.aspx.cs" Inherits="pages_MainPage" %>
    <%@ Register Assembly="Coolite.Ext.Web"...
  23. hello, i placed DatePicker on page in window.



    *<ext:Window*
    * ID="CalendarWindow"*
    * runat="server"*
    * MinWidth="198"*
    * MinHeight="270"*
    * ...
Results 1 to 23 of 23