Hi guys.
I'm usin igGrid in mvc3, the version 2011.2, igGrid have any option to change the data (i'm using EFCode first) to uppercase??
or, igGrid can recive other type of object than iqueryable??
I hope anybody help me
Regards!!
Christhian
Hi Christian,
What do you mean by "uppercase"? The grid can bind to IQueryable, we plan to add support for binding directly to a DataTable as well.
Thanks,
Angel
Hi Angel.
Sorry, I mean better, I need to change the data show in the grid, which is now lowercase and uppercase, uppercase only, may be igGrid have that function.
Now try it from the code before sending it to the grid, but clashes with the type, since I changed to a object.String, and object.IQueryable igGrid needed.
Hold me explain better.
thanksregards
Hey Christhian,
as far as I understand, you would like to change the values to uppercase? So you have a list of some objects, and you would like to change the values in those objects to be all uppercase? If that's the scenario, it shouldn't be a problem because your list is still IQueryable? I mean, could you post some example or jsfiddle link that i can take a look at ?
Thanks