custom property for editoption

Questionscustom property for editoption
german asked 7 years ago

function updateddet(data)
{
$("#agtcode").attr('required', true);
}

this is not working.How to make this to work.Help is need very urgently

1 Answers
Abu Ghufran answered 7 years ago

With column settings, you can set:
$col["editrules"]["required"] = true;

Or using JS try setting;
$("#agtcode").attr('required', 'required');

Your Answer

12 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?