S.No |
Query |
Response | |
1 |
How to change the default datetime in cell of the GridDateTimeColumn ? |
You can achieve your requirement to change the default datetime by using theFormat property in GridDateTimeColumn.
Please refer the below code snippet.
Please refer to the following sample link,
Sample link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/CS_-_Copy-546665269
Please refer to the following UG link,
| |
2 |
I can select only date by clicking on combobox datetime in cell. How to select date and time in the same cell ? |
We are analyzing your requirement to choose the date and time in GridDateTimeColumn. We will update more details with 28th August,2019. |
Query |
Detail | |
I can select only date by clicking on combobox datetime in cell. How to select date and time in the same cell ? |
We have considered your requirement of “Edit the time value by SfDateTimeEdit DropDown popup” in WinForms and logged feature request for the same. We will implement this feature in any of our upcoming release.
We appreciate your patience until then.
You can also communicate with us regarding the open features any time using our Feature Report page.
Feedback link:
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal and cast your vote to make it count.
| |
When I click on datetime cell in the new row, the cell displays 01/01/0001 as default date. How to set the default datetime to date of today? |
Your requirement can be achieved by AddNewRowInitiating event. Please refer the below code snippet,
C#:
Sample link: https://www.syncfusion.com/downloads/support/forum/146894/ze/SfDatagrid_AddNewRowInitiating-1030570724
|