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
850
How to get WebNumericEditor TemplateDataField value on client side
posted

Hi,

I have a requirement, where in I have a WebNumericEditor in a webdatagrid as one of the TemplateDataField s. I am trying to get the value in the WebNumericEditor on the client side java script by doing something like :

row.get_cell(1).get_element().children[0].value;

But the value that I am getting by doing this is something like "|0|016||" ( when the value in the WebNumericEditor  is 6).

Can anyone please help me with the right way to get the exact integer value of my WebNumericEditor.