I don't see the option to do this using the HtmlHelpers. I see that you can add this using javascript. Must I use the javascript version of the grid to enable resizing? Also I dont see an option that allows my columns to automatically fit the data. Is there any way to do this as well?
Hello Kayode,
You can add Resizing feature like any other, for example:
.Features(features => { features.Paging().PageSize(50).Type(OpType.Local); features.Resizing(); })
About the auto-sizing the grid columns, please see this thread: http://es.infragistics.com/community/forums/t/74176.aspx
Let me know if you have any questions.
features.Resizing(); is not recognized by the compiler, and when I run it, it gives an error saying that that symbol is not found. Are you sure that is defined, or could it be that I have the wrong version?