Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
IGgrid with Datepicker issue on Chrome
posted

Hi,

PFA sample we have a IGGrid with a column which has a datepicker.

When the attached html file is opened from a chrome browser and go to the 4th row having the store 124, try opening calendar control in any of the New Set Date / Print Date or discontinue Date column(for row 4). Calendar opens with March being displayed for month value now try changing the month to Either May or August, the calendar control disappears and nothing is displayed in the cell.

This issue occurs only for 4th row and when we modify the month to May or August (these 2 months have 6 weeks displayed in the calendar).

Thanks,

Kiran

DatePickerIssue.zip
Parents
  • 18204
    Offline posted

    Hello Kiran,

     

    What version of Chrome are you experiencing this issue on?  I am testing with "41.0.2272.89 m" and I am unable to reproduce the behavior you are describing using your sample.  When I open the page, I double click the New Set Date cell for row 124 and I open the drop down calendar.  If I navigate to May or August with the navigation arrows in the calendar or through the month dropdown, the month displays and I can click a date as expected.  I did notice an issue where the selected date is placed in the first row's cells and I explain this below.

    Do any of your colleagues experience the issue you are describing as well?  It may help to clear your browser's cache if this issue is only occurring for you.

    After further examining your sample, I noticed that your test data does not include the primaryKey you have set in the igGrid (StoreDisplayId).  The igGrid relies on the primaryKey for many features and this may be causing some issues for you.  Adding a primaryKey to the data resolves the issue I mentioned above where the selected date is placed in the first row's cells.

    Please try including a non-null, unique primary key in your test data rows and let me know if this helps resolve the issue.

    Looking forward to hearing from you.

Reply Children