We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ClientSideOnCellValidate in GGC ?

Hi,

Does Anyone have an example of this event?.

Thnks,
Rich

3 Replies

RI Ricardo Ismael Sanchez Condori February 26, 2010 09:38 PM UTC


I got this message.
Sys.InvalidOperationException: Handler must be a function.

There isn't any documentation about it. Help !

greetings !


RI Ricardo Ismael Sanchez Condori March 2, 2010 03:13 PM UTC


There are methods that are implemented but not working, either event is implemented?. Pending a response from team synsfusion


BM Bharath M Syncfusion Team March 4, 2010 10:00 AM UTC

Hi Ricardo,

Sorry for delay in response

1. I got this message.
Sys.InvalidOperationException: Handler must be a function.


We suggest you to set value for "ClientSideOnCellValidate" property as "FunctionName" and do avoid using function braces "()".

2. There isn't any documentation about it.

Please refer the below documentation link to get list of ClienSide events and their purposes.

http://help.syncfusion.com/ug_81/ASP.NETUI_Grid/Client-sideEvents.html

"ClientSideOnCellValidate's" handler function will be called when cell is clicked in the ExcelEditMode and it will supply an event argument. That have the following properties. Please make use of it



1. e._curVal - Returns Current Cell Value
2. e._preval - Returns Previous Cell Value
3. e.getType() - Returns Current Cell Type
4. e.getCell() - Returns Current Cell element
5. e.cancel - "true": will cancel current cells update when press Save.


Let me know if this meets up your requirement.

Regards,
Bharath

Loader.
Live Chat Icon For mobile
Up arrow icon