I am Using Infragistics 2015 version . I want to use custom angular or bootstraper datepicker inside the iggrid instead of the default date picker.Is there any possible solution arround ? Please follow the attachment .
Hello Sunil,
It is possible to use it with igHierarchicalGrid and approach for implementing custom editor provider is the same.
Custom editor provider also provides functionality for custom validation.
I suggest using our igValidator and also you have to specify whether your custom editor provider has valid values. This should be done isValid function and it is needed so the users won't be able to close editing while the values are not valid.
Please refer to the attached sample for more information.
Hi Deyan,
Thanks for your quick reply.
It is not working in JQuery Control igheirachialgrid.
Is it posible to use in JqueryControl of Igheirarchialgrid ?
We need to set min max and put validation as startdate should less than end date if we are using two date field i.e startdate and enddate .
Thanks,
Sunil
Hello, sunil Nayak
To integrate bootstrap datepicker inside or any editor into the igGrid you need to implement custom editor provider.
I prepared a sample for you which demonstrates implementing Bootstrap datepicker as a custom editor provider in the igGrid.
Please review it and let me know if there are any additional questions on this matter.