Search Results

Type: Posts; User: Maia

Page 1 of 8 1 2 3 4
Search took 0.01 seconds.
  1. Hi!
    remove line
    "_grid.StoreID = "Store55";

    and add line

    "_grid.Store.Add(store55);"

    Tks.
  2. Hi!
    I´m building a GridPanel and Store objects dynamically, but i have getting error as "Store55 is not defined".


    protected void GerarConsulta()
    {
    // Criar Portal
    ...
  3. Hi,
    I did some tests and I checked that works up to 30 records, but if I send load over 30 records occurs the same error where I commented above.
    Any tips what can be?

    Thankful for...
  4. Hi,


    I'm creating a GridPanel where I need to implent the Paging Sort. I followed that example (https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/Handler/) and I implemented with...
  5. Hi!

    I need to use DateField with "NoteAlign="Top" , but when I set this option of the "ICON" doesn't appear with Chrome 7.0. With the NoteAlign="Down", the icon appear.

    IE 9.0 and FF 3.6.12...
  6. Hi!
    Is it possible?
    Maia
    Ext.Net 1.0 RC 1
  7. Hi!
    I would like know how to do customize the labels/buttons of EventEditWindow and EditDetails Component Calendar ?
    Tks.
    Maia
    Ext.Net 1.0 RC 1
  8. Hi!
    With the script it was possible to assign new value for Interval.


    <ext:TaskManager ID="tskAgendamento" runat="server" >
    <Tasks>
    <ext:Task
    ...
  9. Please!
    Is it possible to assign new value for Taskmanger.Interval? How to do?
    Tks.
    Maia
    Coolite 1.0
  10. Hi!
    Please! Any idea?
    Maia
    Coolite 1.0
  11. The initial range of TaskManager is 10 seconds, but, after the first event I need to change to 30 minutes. I put this source bellow and isn't worked.



    <ext:TaskManager ID="tskAgendamento"...
  12. Hi!
    See the link below:
    https://examples1.ext.net/#/Form/ComboBox/Two_Columns/

    Maia.
    Coolite 1.0
  13. Hi!
    var prepareIcon = function (grid, command, record, row, col, value) {
    //debugger;

    if (record.data.AgdTipo == 'Pessoal') {
    command.iconCls =...
  14. Hi!
    How to do set the ICON (ImageCommand) in JavaScript?


    var prepareIcon = function (grid, command, record, row, col, value) {
    //debugger;

    if (value == 'Pessoal') {...
  15. Hi,
    Works fine now, but, after selecting the display is not ok.


    <ext:ComboBox ID="cbxIcone" runat="server" ...
  16. Hi!
    I´m using the "ResourceManagerProxy1" because my page is ASCX.

    Maia.
    Coolite 1.0
  17. Hi Vladsch!
    It´s not work.


    protected void Page_Load(object sender, EventArgs e)
    {
    if (!X.IsAjaxRequest)
    {
    // Listar Combobox os Nomes...
  18. Hi!
    Is it possible register all Icons automatically? I want to create Combobox with all ICON´s,
    but I do not want to manually.


    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net"...
  19. Hi!
    I would like know if is possible implement the the DataField STYLE in to the DatePicker? I did some test, but not stylezed. I changed the attributes "DateField" to "DatePicker".
    Tks.
    Maia....
  20. Yes, but I just want to disable the warning message. Is it possible?
    Maia.
  21. Hi,
    Is possible disable to the warning message required field?
    Maia
    Coolite v1.0
  22. Hi!
    What is the link to download UX Toolkit compatible with Ext.Net 1.0?
    Maia.
  23. Hi
    What is the latest version code? I'm use the v1.0.0.34580 and Runtime version - v2.0.50727.
    Maia.
  24. Hi!
    I replaces the "MultiField" by "CompositeField", but the attribute NoteAlign = "Top" does not show the note text with CompositeField.


    <ext:FormPanel ID="FormmPanel1" runat="server"...
  25. Where I could download the ux toolkit compatible with v1.0?
    Maia
    Coolite 1.0
Results 1 to 25 of 185
Page 1 of 8 1 2 3 4