Possible Bug in CalendarPanel LoadEvent with custom fields

Page 1 of 2 12 LastLast
  1. #1

    Possible Bug in CalendarPanel LoadEvent with custom fields

    Attached Thumbnails Click image for larger version. 

Name:	print.JPG 
Views:	28 
Size:	31.3 KB 
ID:	5952  
  2. #2
    pls? anyone? i still stucked how to bind a data to my custom calendar eventstore..
  3. #3
    no one?? i dont know how to bind anymore

    my last try is

    CalendarPanel1.EventStore.Events.AddRange(
                         new EventModelCollection
                                      {
                                          new MyNewEventStore ()
                                              {
                                                  EventId = 1,
                                                  CalendarId = 1,
                                                  Title = "Vacation",
                                                  StartDate = DateTime.Now.AddHours(1),
                                                  EndDate = DateTime.Now.AddHours(2),
                                                  IsAllDay = false,
                                                  Notes = "Have fun",
                                                  Telefone = "1111",
                                                  Agente = "Abc"
                                              }
                                      });
    
                store.DataBind();
    The custom fields Telefone and Agent is empty on my calendar. Where do i need to map?? i alrdy override the eventmappings.

    if a create directly from calendar everthing is working i just dont know how to bind these custom data to my calendar, what i missing? pls help
  4. #4
    Here is an example of adding custom fields to EventStore and EventWindow for Ext.NET v2.
    http://forums.ext.net/showthread.php?19891#post107464
  5. #5
    Daniil

    Thanks for reply, well.. its partially solved my problem.. the event is loaded corretcly at your sample.. but now try to move this event loaded??

    The box of this event dissapear from calendar. Is there any fix for it?


    look the move .js move code

     move: function (cal, rec) {
                rec.commit();
                CompanyX.ShowMsg('Event ' + rec.data.Title + ' was moved to ' + Ext.Date.format(rec.data.StartDate, 'F jS' + (rec.data.IsAllDay ? '' : ' \\a\\t g:i a')));
            },
    Regards.
    Last edited by rammus; Apr 19, 2013 at 7:26 PM.
  6. #6
    I can't reproduce. As far as I can remember there was such a bug in v2.1.

    Please try with the v2.2 release.
  7. #7
    I updated to 2.2

    all loaded event is working fine. thks

    But i found another issue and this happens at examples page too.

    Look at examples calendar page

    Change to week or day view

    scroll down and click em somewhere, the scroll ups to top hour or day.. its only occurs at first click.

    (edited) This bug occurs only on IE 10, its not happens on chrome.
    Last edited by rammus; Apr 22, 2013 at 2:05 PM.
  8. #8
    Is it reproducible with the ExtJS example?
    http://docs.sencha.com/extjs/4.2.0/#...dar/index.html

    If it is, it is worth to report it in Sencha bugs forums.
  9. #9
    i tested a few minutes ago and it didnt happens on sencha samples.

    this only occurs on IE 10.0.9200
  10. #10
    Weird that it is not reproducible with the Sencha example. I don't think we have added something in Ext.NET to get this issue.

    Please clarify where exactly should I click in the Day or Week view after scrolling it to the bottom?
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: Mar 19, 2013, 3:27 AM
  2. [CLOSED] Custom EventEditForm and EventEditWindow on a CalendarPanel
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 21, 2012, 11:49 AM
  3. Replies: 3
    Last Post: Mar 21, 2012, 3:14 PM
  4. Replies: 2
    Last Post: Dec 13, 2011, 5:40 AM
  5. [CLOSED] how to markInvalid on custom fields
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: May 13, 2010, 10:20 AM

Tags for this Thread

Posting Permissions