Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
MultiCellOperation Paste
posted

Hi There,

I have a requirement to handle the "MultiCellOperation Paste" Can someone suggest a solution?

I have already set the property

grid1.DisplayLayout.Override.AllowMultiCellOperations = AllowMultiCellOperation.Paste;

Validation

Condition

Error Message

Date Column

Only dates allowed – US formatted

Invalid Date value(s)

Dropdown Column

Only dropdown values are allowed

Item(s) not found in the dropdown list

Numeric column – INT

Only integers allowed – with size restriction

Invalid number(s)

Numeric column – DECIMAL

Only integer and decimals are allowed – with size restriction

Invalid number(s)

Alpha-Numeric column

Size restricted – max length

Input text exceeds the size

Number of rows

Only the available rows copied

NO ERROR MESSAGE

Overwrite values

Check if the cells has any existing data, and question the user to proceed further

Do you want to overwrite the existing values?

I want to do all these validations by myself and show the custom errors, 

Thanks.