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?
Hi,
I'm just checking if you managed to resolve your issue.
This is very strange. What version of IgniteUI are you using? Resizing feature was added in v11.2, so if you are with 11.2 or later, it should work.
If you could provide a small sample, demonstrating the issue, I will be glad to look at it.
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?
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://ko.infragistics.com/community/forums/t/74176.aspx
Let me know if you have any questions.