You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We have editable grid bind to ko view model like this
<table data-bind="editablegrid: { datasource: entries }">
<input type="text" data-bind="value: accountNumber" />
item.accountNumber.extend({
validation: { // some business logic to detect duplicated entries
it works fine except when running down tables rows, validation error message displayed way outside.
I did some search/reading and did not find a configuration to move it next to the input.
So Log it as an issue for the plugin.
Thanks
James
The text was updated successfully, but these errors were encountered:
Hi,
We have editable grid bind to ko view model like this
<table data-bind="editablegrid: { datasource: entries }">
<input type="text" data-bind="value: accountNumber" />
item.accountNumber.extend({
validation: { // some business logic to detect duplicated entries
it works fine except when running down tables rows, validation error message displayed way outside.
I did some search/reading and did not find a configuration to move it next to the input.
So Log it as an issue for the plugin.
Thanks
James
The text was updated successfully, but these errors were encountered: