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
40
can we edit single row in webdatagrid
posted

I have the following requirement in  my project

Requirement 1:

On external button click we are adding a new row in webdatagrid and we are able to add the row successfully using JavaScript.

But our requirement is to make added row editable not the entire webdatagrid by using javascript.

Requirement 2:

2) On clicking of external button click we are making the webdatagrid editable but some columns are read only. We want to make editable columns as textbox

Requirement 3:

3) We are unable to validate required field validation in webdatagrid for Datetimepicker and numeric columns

this is urgent please help.