Search Results

Type: Posts; User: rbtceo

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thank you.
  2. Hi All,

    I checked documentation http://www.calvarycch.org/content/SWFUpload/Documentation/#getFile
    and I get file object


    {
    id : string, // SWFUpload file id, used for starting or...
  3. Thank you for your answers.
  4. Thank you.
  5. 24275

    https://examples3.ext.net/ NOT FOUND
  6. Thank you, Daniil.

    It is all good. I made a mistype.
  7. Hi All,

    Is it possible to load first store page on reload?

    Something like that:


    #{myGrid}.getStore().loadPage(1, {
    params: {
    site:...
  8. Solution (example):


    var al = new AxisLabel();
    al.Renderer.Fn = @"function( storeItem, item ) {
    if ( storeItem == 7 )
    ...
  9. Hi All,

    there is an example of a bar chart: https://examples2.ext.net/#/Chart/Column/Basic/

    Is there any chance to use letters instead of numeric as a value?

    I mean: we have one value for a...
  10. It will be a mobile app that supports off-line mode.
    Interaction with a server: web services.
  11. We decided to use jquery instead of Ext.Net.
  12. Thank you.
  13. Hi All,

    HTML 5 allows to run web pages offline.

    The question is:
    Can Ext.Net go offline?

    If yes, would you provide an example of a manifest file for ext.net site?

    Thank you.
  14. Hi All,

    Ext.Net 2.5.3.31243
    VS 2013
    Newtonsoft.Json 7.0.1 (from GitHub) (Reference property is 7.0.0.0)

    I get an exception:


    Exception Details: System.ArgumentNullException: Reference...
  15. FieldLabel - I sorted it out.

    CrispTouch and NeptuneTouch - I did not try them. I play with css now.
  16. .combo-custom {
    height: 60px !important;
    }
    .combo-custom .x-form-arrow-trigger {
    height: 60px !important;
    width: 35px...
  17. Hi All,

    I need to develop a site for mobile devices (iPhone as example).

    Labels, buttons - they are good.

    However, combo box - it is too small.

    1. How to make combo box bigger? If it is...
  18. Daniil,

    Thank you.

    The thread can be closed.
  19. Hi all,

    I have a grid (call it a "parent grid") with a component column:



    <ext:ComponentColumn
    runat="server"
    ...
  20. Daniil,

    Thank you.

    The thread can be closed.
  21. Hi All,

    There is a custom Cart:


    using System;
    using System.Collections.Generic;
    using Ext.Net;

    namespace MyProject.Controls
  22. Daniil,

    Your solution works fine.
    Thank you.

    The thread can be closed.
  23. Daniil,

    Thank you for your answer.
    I saw that thread and it provides a client side solution. (if it is not, please, make it clear for me)

    Can I change a color in code-behind?
  24. Hi All,

    There is a method (code behind):

    comboBox.SetVaue(value);

    I need to set a background color as well.
    How can I set background color at the same time as the value?

    Thank you.
  25. Daniil,

    Thank you
Results 1 to 25 of 69
Page 1 of 3 1 2 3