Skip to content

Replies

0
Kumar G
Kumar G answered on Mar 16, 2018 11:55 AM

Hi Tsanna,
 Is it Possible to specify minDate and maxDate as part of datePickerOptions.

0
Kumar G
Kumar G answered on Mar 16, 2018 11:55 AM

Hi Tsanna,

Is it Possible to specify minDate and maxDate as part of datePickerOptions. How can i specify minDate and maxDate along with change Year and Month functionality.

Thanks,

Kumar G

0
Kumar G
Kumar G answered on Mar 15, 2018 5:11 AM

Hi Vasya,

Thanks for the reply.

I need the above requirement for the "row" editMode. Can you please provide an example for that as well.

Thanks,

Kumar G

0
Kumar G
Kumar G answered on Mar 12, 2018 7:04 AM

Hi Tsanna,

Thanks for the reply.

Could you please provide a sample code for setting the datePickerOptions for MVC Wrapper.

I am unable to set it.

Thanks,

Uday

0
Kumar G
Kumar G answered on Mar 12, 2018 5:48 AM

Hi Vasya,

Thanks for the reply. This solution works when i change the percentage,the amount gets calculated correctly.

But how can i try the vice versa of it. When i tried adding another formatter function for percentage..it goes in a loop and the values are coming out wrong.

When i have two formatter function each for Amount and Percentage like below example

Eg: Old Percentage :25 Amount:(25(percent)*5000(predefined value)) * 100 = 1250

New Percentage : 50 Amount–> (50 * 5000) *100 =2500

When i change the amount to 4000 then it picks the old percentage instead of the updated percentage for calculation.and the values are coming out wrong.

How can i get the new updated value to perform the vice versa.

Thanks,

Kumar G