-
Notifications
You must be signed in to change notification settings - Fork 33
Documentation(940681-hotfix)-Need to Add topic how to prevent of addi… #3911
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: hotfix/hotfix-v28.2.3
Are you sure you want to change the base?
Documentation(940681-hotfix)-Need to Add topic how to prevent of addi… #3911
Conversation
…ng duplicate row in Grid MVC & Core platform
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
{ | ||
col.Field("OrderID").HeaderText("Order ID").IsPrimaryKey(true).Width("120").TextAlign(Syncfusion.EJ2.Grids.TextAlign.Right).Add(); | ||
col.Field("CustomerID").HeaderText("Customer Name").Width("150").Add(); | ||
col.Field("Freight").HeaderText("Freight").Width("120").EditType("numericedit").Format("C2").TextAlign(Syncfusion.EJ2.Grids.TextAlign.Right).Add(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why space present here
min: [orderIdCustomValidation, 'The entered value already exists in the column OrderID. Please enter a unique value.'] | ||
}; | ||
function load(args) { | ||
this.columns[1].validationRules = { required: true }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why validation Rules not directly defined for CustomerID column
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
…ng duplicate row in Grid MVC & Core platform