Usually when you host it on a provider it's the other way around. I mean, they only allow "High" or "Medium" as the maximum security level.
I will run some other tests today and I will post the results here for future reference.
Thanks,
One last question that I made before,
Is it possible to have the horizontal scrollbar to be always on?
For example in this image there is no horizontal bar at the bottom and therefore the users don't realise that they can scroll to the right. [attachment=1:2gypcolo]grid.png[/attachment:2gypcolo]
the bar is only displayed when they are already scrolling, example: [attachment=0:2gypcolo]grid with bar while scrolling.png[/attachment:2gypcolo]
Would be nice if the bar could be always on.
Thank you for the fix
You were right about the browser cache :)
And thanks for the link to the topics. That's exactly what I was talking about. I will read them and do some testing in order to also create a "instructions manual" for the developers.
Please you don't need to apologise :)
A breakpoint configuration would allow certain columns to hide at different resolutions. For example, if the grid had an attribute, let's say "data-hide" and embedded breakpoints (or allowed custom to be defined) we could do something like:
<thead>
<tr>
<th>Name - Column always shown</th>
<th data-hide="phone,tablet">Column hidden on phone and tablet</th>
<th data-hide="all">Column always hidden</th>
</tr>
</thead>
Another example is located at: [http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints])
The main idea behind this is to give the developer the ability to select which columns are displayed in specific resolutions.
Thanks Hugo
I was able to sort one error but I'm still blocked by the first one.
The error "An Error has occurred! Error detail not sent by the server." was related to the fact that I was trying to use the previous database. After creating a new database and running the code migrations I was able to login, but the "reset password" that we get after the first login for the admin failed. Please see the attached file.
This is related with the error: Unhandled exception at line 716, column 5 in <a class="postlink" href="http://localhost:6240/AbpScripts/GetScripts">http://localhost:6240/AbpScripts/GetScripts</a> 0x800a138f - JavaScript runtime error: Unable to get property 'antiForgery' of undefined or null reference
Side note: It's being very hard to develop an web app and maintain the aspnet-zero code updated with the fixes and the new features. Fortunately this is just a test app but I don't see how can I maintain this in a real live environment. I would love to be able to do it in a more straightforward way since I really like your project. I may be missing something.
It seems that I was looking to the wrong place and I should be looking to [https://github.com/aspnetzero/aspnet-zero/tree/dev/src]).
After checking the differences and copying the new code everything is working.
Thank you
Hi hikalkan,
Thank you for the fixes and the tips. So the answer for the breakpoints question is: it doesn't support breakpoints. Right? No worries.
I did play a little bit more with the Jtable grid yesterday in some mobiles and tablets and I have one question, is it possible to have the horizontal bar always on? When the Jtable is being displayed on a mobile the users don't realize they can scroll to the right to see more columns.
About switching to another grid, the footable supports ajax requests so I think it's doable. Is there any documentation or example that I should check before starting doing this?
Thank you once more for all the help and keep up your brilliant work. Cheers Hugo
<cite>hikalkan: </cite> Hi,
For your localization problem reports, we should check them and we can fix. I created an issue for this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/337">https://github.com/aspnetzero/aspnet-zero/issues/337</a>
I've no much time to work on jtable nowadays and I've no time plan for it yet. But since we are using it, we fix problems even we can not add new features yet.
Switching to another grid is not hard if this new grid supports AJAX data loading.
Thank you very much for the help ismcagdas.
Cheers Hugo