Posted 9 February 2018, 6:07 pm EST
Im new to C1 and we are using a flexgrid. in Visual Studio 2017 during debug mode, I would like to view the grid contents in a table format. Is this possible? I didnt see anything in the forums on this.
Forums Home / ComponentOne / WinForms Edition
Posted by: mworland on 9 February 2018, 6:07 pm EST
Posted 9 February 2018, 6:07 pm EST
Im new to C1 and we are using a flexgrid. in Visual Studio 2017 during debug mode, I would like to view the grid contents in a table format. Is this possible? I didnt see anything in the forums on this.
Posted 12 February 2018, 7:33 am EST
Hello,
In our understanding, you need to see the grid content in the tabular form in some event or method. In order to achieve your requirement, you have to add break point in the method or event. After that, you can access the C1FlexGrid object in “Watch” or “Quick Watch” windows of Visual studio. After expanding the C1FlexGrid object, please navigate to “DataSource” property and click on “Magnify Glass” icon corresponding to the property to see grid content in the tabular form. Please refer the attached video.
If our understanding is incorrect, please explain your requirement in little bit details.
Thanks,
Mohit
vid_Grid.zip
Posted 16 February 2018, 5:39 pm EST
That is exactly what I was after. Thank you very much!