Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "bilalhaidar"

I found it!

I installed Office Offline extension. That was causing the problem. I removed it and it worked well.

Question about Excel. Can I customize the Excel I am downloading? Like adding some headers etc. ?

Thanks

This is a bug and should be fixed using something similar to this:

ng-class="{'edited':vm.settings.ldap.domain}"

In your case, you might use Id of the model or so.

Regards Bilal

Have a look at this library: <a class="postlink" href="https://github.com/zzzprojects/EntityFramework-Plus">https://github.com/zzzprojects/EntityFramework-Plus</a>

Seems this allows batch update or create. Looks interesting.

Same problem. See attached.

The Chrome version is exactly: 56.0.2924.87 (64-bit)

I have a feeling that a latest update for Chrome is causing this issue as it was working fine few days ago.

Thanks

Hi, That's how I used the calendar for single selection.

<input ng-model="vm.poc.dateofBirth" name="DateOfBirth" date-range-picker type="text" options="vm.dateOptions" min="vm.dateOptions.min" max="vm.dateOptions.max" class="form-control date-picker" />

vm.dateOptions = angular.extend(
                app.createDateRangePickerOptions(), {
                    singleDatePicker: true,
                    showDropdowns: true
                }
            );

And I found out that you need to set initial date otherwise I see some errors on Google Chrome console.

vm.poc = {
                dateofBirth: moment(new Date('1900-01-01T00:00:00')),

This should make it work.

So, it is fine like to update record by record for few records? (10 or so?)

SQL is an option, I could write an update for each record and send them in one shot.

Hi Ismail,

The problem I am facing is not only with the custom code I added, but also when downloading Audit Logs.

The problem appears on Google Chrome.

On Microsoft Edge and Explorer, both work fine and Excel file is downloaded.

Please try it on your side on Google Chrome. My version of Chrome is 56.x

Thanks

How would you do batch? If you needed to have this feature, shall I go by custom repository?

Thanks

Oh okay. So instead of just assigning a normal string, I assign an L("string").

Thanks, I got it.

Thanks for making things easy on me :)

Showing 301 to 310 of 461 entries