Hello All,
When I edit a record in the grid via inline editing,i need to validate only particular columns within the grid depending upon the selection made within the grid.So can anyone let me know how this can be achieved.
Regards,
Vamsi.
Hello Vamsi,
Do you mean to validate the entire column at once or only the cells part of specific columns?
Hello,
only the cells part of specific columns please
vamsi.
You can check the following sample showing this functionality - http://ko.infragistics.com/products/jquery/sample/grid/editing-client-validation
Basically you should use grid column settings to set the needed validation for specific columns. You can enable or disable validation for specific columns (this means their cells also) by “validation” option. You can also use “editorOptions” to set cell’s value entry as required read only etc. This is explained in the following page - http://help.infragistics.com/Help/NetAdvantage/jQuery/2013.1/CLR4.0/html/igGrid_Updating.html#column_settings_editors
Let me know if this is the actual functionality required in your scenario.