kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

WebShims does't not update inputs on Ajax Calls #4

Closed kattunga closed 8 years ago

kattunga commented 9 years ago

WebShims does't not update inputs on Ajax Calls.

A solution is replace RenderAsync procedure with independent jquery calls to async set properties. This may will be faster that RenderAsync procedure if we only execute async calls for properties that really changes.

If we can't solve this we need to fallback to use datetime and number editors. I hope not.

kattunga commented 8 years ago

Fixed