Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
TypeError: Cannot read property 'aDataSort' of undefined how i can solve

What I have tried:

TypeError: Cannot read property 'aDataSort' of undefined how i can solve
Posted
Updated 5-Jan-18 1:14am
Comments
Karthik_Mahalingam 5-Jan-18 6:57am    
Use Improve question to add more info to the question.
post the relevant code block.

1 solution

Your code will be something like

someObj.aDataSort


and "someObj" is null or "undefined". We can't possibly say why that is given we can't see your code, but the solution is to fix your code so that "someObj" has a value, or change the code to work if it is undefined, whatever matches your needs.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900