Search Results

Type: Posts; User: inaltec

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thanks @geoffrey.mcgill and @daniil
  2. Thanks @daniil... can you tell me how much?

    Another question. Can I use a new License in Ext.Net V1 and V2?
  3. OK, but if I buy a new license + support. This last one, have an one year expiration date.

    If I want to buy a support year more... can I buy it?
  4. I buy 2 License without Support.

    What can I do to buy only support for 1 year?
    How much per user?

    If I buy this support, include the new Book?

    Thanks!
  5. Can be marked as Solved... I found the answer mixing answered forums and this example:
    https://examples1.ext.net/#/GridPanel/Miscellaneous/Custom_Column/


    <script runat="server">
    protected...
  6. Thanks @daniil
  7. I have some record with spaces before data... but when I load de store into the grid this spaces are automatically trimmed.

    How can I do to prevent or disable this automatic trim?

    It's a sample...
  8. Yes! works perfect.

    Thank for your help.
  9. I've tried too (from same post):


    return new AjaxResult { ErrorMessage = "No fetch data", IsUpload = true};

    But don't show the message or file to be donwloaded.

    It's the info in that...
  10. It's the info about Ext.Msg:

    5127

    Don't understand very good if that... is what you need.

    I've been tried, with this post:...
  11. maintab.aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="maintab.aspx.cs" Inherits="Inaltec.SRT.Sitio.maintab" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  12. It's the code using Default Theme.

    maintab.aspx:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="maintab.aspx.cs" Inherits="Inaltec.SRT.Sitio.maintab" %>
    <%@ Register...
  13. I'm trying to explain me better. This is the same site... but using Default Theme


    Session["Ext.Net.Theme"] = Ext.Net.Theme.Default;
    MainResourceManager.SetTheme(Ext.Net.Theme.Default);

    5091...
  14. @Baidaly thanks!!

    It's done and works perfect. Adding ListWidth option solve the problem.

    Thanks!!!!
  15. I have a combobox with little width, but with item with long width.

    How can I do when click to display list, this list autowidth to index with text but the combobox remain the same width?
    (add...
  16. I'm change the code... ti this:


    topbar.addButton({
    id: 'btnExportarXml',
    xtype: 'button',
    ...
  17. Hellow!!! i'm trying to use this code... but generating buttons dinamically. Maybe can you help me with this:
    ...
  18. I found a way... but steel don't work


    topbar.addButton({
    id: 'btnExportarXml',
    xtype: 'button',
    ...
  19. I need to create dinamically the toolbar, but now I have problems changing the code from Ext.Net to Ext.JS specially Direct Events.

    I know how can i Create dinamically the button using ext JS:

    ...
  20. Thanks!!! works for me.
  21. Thanks @urbn ! Works perfect!
  22. I found the way, using a Validator:


    <script type="text/javascript">
    var myValidator = function (value) {
    var value = value.replace(/ /g, '_');

    if (value == "") {
    ...
  23. I create this validation... but I validate empty value manually, and don't use the automatic option AllowBlank=False.

    How can I do to validate, but using too the blank validation contained in...
Results 1 to 25 of 66
Page 1 of 3 1 2 3