Hi,
When in RowLayout View, can we resize each colmn with different size? it means each column can be sized with different "X" location.
If you see the attached image, it will be clear what we try to do.
Thanks
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Here is a very simple sample, please try it out:
namespace WindowsFormsApplication409 { public partial class Form1 : Form { public Form1() { InitializeComponent(); ultraGrid1.CreationFilter = new CF(); } } class CF : IUIElementCreationFilter { public void AfterCreateChildElements(UIElement parent) { if (parent is CellUIElement) { if (((CellUIElement)parent).Cell.Column.Index == 0) parent.Rect = new Rectangle(parent.Rect.X, parent.Rect.Y, 20, parent.Rect.Height); } } public bool BeforeCreateChildElements(UIElement parent) { return false; } } }
Also, please take a look at the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html.
Hi Mike,
Yes, we support user to edit data ( above example was just portion of read-only cells)
If you have simple sample using CreationFilter for this , that will be great.
You might be able to change the size of the cells using a CreationFilter. You would have to set up the grid using the maximum size of any cell and then you could make the UIElements for the cells you want shorter.
Can the user edit the data?
After some research, the "Ability to resize each column regardless of same "spanX" in RowLayout with CardView" has been determined to be a new product idea. I have sent your idea directly to our product management team.
Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.
Your reference number for this product idea is PI13010097.
If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.