Correct. Thanks a lot.
So, I might be able to use IsGranted method to check permissions manually and then return those columns?
Nopes. I include that in the cshtml being rendered by Angular?
It's a huge form. I can share the application by email.
I read somewhere ng-if would remove the element from DOM, which is better so that the element will be submitted to server as empty.
The problem I believe is due to so many digest cycles.
Thanks
Hi Ismail,
The problem was the bootstrap-select expects values to be "strings". In my case, I retrieve the value as Int from the server. I had to convert those values to strings, then they work fine. Is that normal?
Something else I got, the form was hanging and getting angular errors of infinite $digest cycles. I was creating functions to control ng-show, and inside those functions I am resetting fields to be hidden, but that was causing many $digest cycles. How would I control show/hide and when hidden to clear the value so that it doesn't get submitted to server?
Thanks
As usual, thank you so much :)
Thanks I will check it.
Thanks :)
Thanks Ismail.
Headers I meant some H1 Text with background etc. Can you refer me to the API you are using for excel for additional documentation on how to do so?
Thanks
Thanks :)