Search Results

Type: Posts; User: UserClarion

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks a lot.
  2. Thanks,
    any chance for some example?
  3. Thanks Geoffrey
    I must say that is very important to know that.
  4. Thanks Peter.
  5. Hi all
    I have taken some code from Ext.NET examples and compared it, between v1.4 and v2.0
    for example:

    v2.0

    <ext:Node Text="Root">
    <Children>
    ...
  6. Hi
    thanks, it works great.

    Now, I need to find out how to adopt Height?
    I have this:
    <ext:Panel ID="Panel4" runat="server" Title="Some_title" Layout="BorderLayout" Height="800">
    and it works...
  7. Hi all
    I have Tabpanel and few Panel's
    I need to have different layouts inside each panel, for example:
    on Panel1, I need Tree on left, Grid on top and bottom
    on Panel2, I need to have grid on...
  8. Hi
    is this OK ?:

    X.Redirect("/Sites/Main/Default.aspx");

    thanks.
  9. Hi all
    How can I navigate to other page after user logged?
    I have Login page in my root (Default.aspx)
    Now I will that user (after login) goes to some other page /Sites/main/Default.aspx page
    how...
  10. Thanks a lot.
  11. thanks a lot, will do that.
    could you please confirm that this help can be used with Ext.NET:

    http://docs.sencha.com/ext-js/4-0/#!/api

    or is there some other help?
    Thanks.
  12. Hi
    thanks, that looks great.
    I'm looking in the last example (with tab's).
    Any chance that each tab have their own buttons?
    For example, on tab Home we have 5 buttons, and on tab Insert we have...
  13. Hi all
    is there some example of using ASP.NET controls, like http://aspnetribbon.codeplex.com/ ?
    It would be nice to put some grid in the Ribbon body and communicate via Ribbon buttons.
    Or, is...
  14. Hi all
    any Ext.NET File manager floating around, like this one:
    http://extplorer.sourceforge.net/
    It should not be something complex, just file manager with upload/download.
    I'll try to add some...
  15. Found.
    instead of
    ext:column
    it should be
    ext:Numbercolumn, and then just Format="0.000,00/i"
  16. Hi
    I need to format some decimal columns.
    Those columns are declared as Float, but I need them as decimal, like
    1.234,56
    For date, I'm using:


    <ext:DateColumn DataIndex="DATES" Header="Date"...
  17. Thanks. Works perfect.
  18. Hi
    how can I call JavaScript function from code?
    I have this example:


    protected void btnLogin_Click(object sender, DirectEventArgs e)
    {
    // some login stuff, if everything is...
  19. The entire framework is just great, I am amazed at the possibilities that I saw.
  20. Hi
    thanks for your answer.
    I'm not sure did I tell you that I'm a total newbie ? :))
    If I adopt size of the application (aspx) does it run on the iPhone/Android/Some mobile devices?
    I mean, how...
  21. Last few days I made a small example, with the help of this forum and existing examples.
    Then I did a little investigating and came across sencha.com site.
    I see that Ext JS has the charts and some...
  22. Works perfect.
    Thanks a lot.
  23. Hi
    thanks again for your support.
    I must say that I will never find it.
    But...
    If I use your previous example and put getsum into the DataChanged event:



    <Store>
    <ext:Store ID="Store1"...
  24. I know I'm not finished :(
    Problem is: I'm call JavaScript function on some Filter event.



    <ext:DateFilter DataIndex="DATES" >
    <DatePickerOptions runat="server" TodayText="Today" />
    ...
  25. Hi Daniil,
    this is what I looking for.
    Thanks a lot.
Results 1 to 25 of 33
Page 1 of 2 1 2