Posted 14 September 2017, 11:21 am EST
Is it possible to delete value after input in dropdown cell (for example date)?
Forums Home / Wijmo / General Discussion
Posted by: aimamovic3 on 14 September 2017, 11:21 am EST
Posted 14 September 2017, 11:21 am EST
Is it possible to delete value after input in dropdown cell (for example date)?
Posted 14 September 2017, 11:21 am EST
Hello,
Yes, it is possible to delete value after input in dropdown cell. However, make sure that you have set the ‘required’ property of the InputDate control and the column to false.
Regards
Posted 14 September 2017, 11:21 am EST
Thanks for the reply.
Regards
Posted 15 April 2020, 7:11 am EST
HI,
I have a query regarding dropdown in wjmos.
I want to select multiple cells for example two dropdowns and one normal cell and want to delete with the help of Delete keyword.
Is it possible in flexgrid wijmos?
Regards
Posted 16 April 2020, 1:05 am EST
Hi Deepak,
We have replied to your query on the forum post below:
https://www.grapecity.com/forums/wijmo/delete-dropdown-values-usi
For reference, we are copying the response here:
Each of the cells of the FlexGrid can be deleted using the Delete key. But the columns with DataMaps are required by default, so you will need to set the isRequired property of these columns to false so that they can be deleted. Please refer to the sample link below for reference:
https://stackblitz.com/edit/js-cibthc
Regards,
Ashwin