Here is my issue:
I am using the MVC Wrapper for a ListView so I am not setting this up thru javascript and cannot set the schema and columns that way. I need to change the parse function on one of my fields though. Is there any way to do this in javascript before or after the data is loaded? I have gone thru and tried a couple of different places and changed it but its not picking up the new parse.
Basically I need to change a decimal fields default parse from parseFloat to something that will allow it to respect cultures.
any ideas?
I am using the MVC Wrapper for a ListView so I am not setting this up thru javascript and cannot set the schema and columns that way. I need to change the parse function on one of my fields though. Is there any way to do this in javascript before or after the data is loaded? I have gone thru and tried a couple of different places and changed it but its not picking up the new parse.
Basically I need to change a decimal fields default parse from parseFloat to something that will allow it to respect cultures.
any ideas?