What "datatypes" are available for the grid columns? I see in the documentation examples "string", "number", and "date", but it's unclear if there are others.
I know this is an old post, but is there a way I can keep my leading 0's and remove the comma from the "number" dataType?
Hi Angel,
Document says that dataType values should be one of bool, date, string or number. I wanna right an generic code in our app to get .Net native types for a column type and set it's value to dataType field, will that work or not?
Looks like it does work but I'm afraid to use it as it's not documented.
Thanks,
Manjunath M
Good to know, thanks.
The data types that can be used for columns in an MVC environment are basically part of the native .NET types - they aren't related to the JavaScript types. How they are "translated" to javascript data types, when scripts and markup is generated, is something the grid maps.
Angel
No prob, Josh.Just to note that these data types apply to the igGrid when it's being used in MVC scenarios as well.