With WinGrid RowEditTemplate, can we dynamically bind ban and column at run - time? I found there is example in WebGrid, but in WinGrid. If so, is this something easily developed and maitained?
Thanks
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components
Hello ,
On the following link you could find a tutorial of how to use Row Layout through code:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGrid_Grouping_Columns_in_Row_Layout_using_code.html
Also review and the following links which demonstrate usage of RowLayout via designer:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGrid_Advanced_Row_Layouts_Part_1_of_2.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGrid_Advanced_Row_Layouts_Part_2_of_2.html
I am suggestion you to make some tests with RowLayout through designer and to see the generated code in order to understand better how to use it via code.
Please let me know if you have any further questions.
Thanks. This answered my question and have another question.
There is also CardView run-time with Row layout can do the similar things as row edit template.
What would be the advantage of using Row edit template compared to Row layout with Cardview?
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
As far as I understand, you want create and manage your WinGridRowEditTeplate programmatically. So you could review the following tutorial “Creating a WinGridRowEditTemplate Programmatically”, which demonstrates, how to create WinGridRowEditTeplate in code and how to bound its fields to UltraGridColumns:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGridRowEditTemplate_Creating_a_WinGridRowEditTemplate_Programmatically.html
Please let me know if you have any further questions or if I am missing something.