Search Results

Type: Posts; User: YuanChien

Search took 0.01 seconds.
  1. Hi Daniil,

    Thanks for your reply. It works fine.
  2. Hi,

    I use the property of PageIndex to set page index when page_load, but it only works by pressing the button "refresh".

    How can I set the page index when the page is not postback ?

    my...
  3. Ha... I should override the method "LoadPostData",

    and it works.
  4. Hi,

    I create a custom date-string format and parsing function on client using javascript as following



    var taiwanDateParse = function (date, strict) {
    var datePart =...
  5. Thanks Vladimir, I got it.
  6. Hi,

    I use GridPanel with CheckboxSelectionModel , and it works well if I don't set Header.

    When I try to header, likes "XXXX", it would look like
    2904

    the checkbox and heaer are...
  7. Hi Daniil,

    Please checkout the picture
    2898

    ,and the layout source as following


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProtoPage.aspx.cs" Inherits="ProtoPage" %>
    <%@...
  8. Hi Daniil,

    Thanks for your reply,

    I would like to use your suggestion, but in my case the code will look likes


    <table width="100%">
    <tr>
    <th class="left nowrap">XXX</th>
  9. BTW...

    I still cannot find a way to simulate "Validation Group" of ASP.NET validation.

    In fact, I had tried to use panel for grouping some controls, like a group.

    Unforturnally, cotnrols...
  10. Thanks.

    We assume only Ext.Net controls and a lot of html code,

    because we believe Ext.Net controls could be repleaced with all of ASP.NET controls. :)
  11. Hi,

    Thanks for your reply.

    I share my way to validate, if are there any better solutions, please tell me . thanks again.



    <script>
    function myValidate() {
  12. Hi,

    Thanks for your reply.

    I will write some javascript to validate the component in context.
  13. Hi..

    I put a panel in <Items> then put some htmls & ext.net controls into <Content> and everything is right (even checkedItems of radiogroup).

    But it seems not go into content of panel when I...
  14. Hi,

    Does <Content> not support checkedItems of radiogroup/checkboxgroup ?

    I need to mix some html tags and ext.net controls in the formpanel, so I take <Content>

    if <Context> not works,...
  15. Thanks ! it could make it work.

    I think I use form panel in wrong way.

    thanks a lot.
  16. Hi

    I try to add ASP.NET from, like


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  17. Hi Vladimir:

    the sample code as following:

    Default.aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    <%@ Register Assembly="Ext.Net"...
  18. Hi Vladimir:

    thanks for your reply.

    I follow your suggestion, but it doesn't work.

    When button click event invokes, I try to get the count of checked itmes in the event handler.

    Is it a...
  19. I try to use RadioGroup.CheckedItems for getting the checked item from client when it does a postback.

    But I always get count equal to 0, could radiogroup be used this way ?

    or I need use...
Results 1 to 19 of 19