Posted 13 November 2017, 2:41 am EST
Hi,
I studied the component FlexGrid. But it is used for grid data. Is there a component that could be used, for example, for catalog pages
http://joxi.ru/gmv91xKfxNMw4r
Forums Home / ComponentOne / General Discussion
Posted by: 048alexsandr1992 on 13 November 2017, 2:41 am EST
Posted 13 November 2017, 2:41 am EST
Hi,
I studied the component FlexGrid. But it is used for grid data. Is there a component that could be used, for example, for catalog pages
http://joxi.ru/gmv91xKfxNMw4r
Posted 14 November 2017, 3:17 am EST
Hi,
Which platform are you targeting for this application?
I would suggest you to use WPF or UWP Edition and take advantage of C1FlexGrid’s custom cell factory. Please refer the sample which demonstrates the requirements you are currently looking for. You can download it from the link below:
https://www.dropbox.com/s/lqar3bpp9x89dvy/EMenus.zip?dl=0
Note: You can modify the application as per your use case.
Thanks,
Pragati
Posted 14 November 2017, 3:36 am EST
Thanks,
Is this C1FlexGrid’s custom cell factory compatible with the platform asp.net mvc?
Posted 15 November 2017, 5:02 am EST
Hi,
You can use CellTemplates in C1Flexgrid for ASP.NET MVC. See our online demo here:
http://demos.componentone.com/ASPNET/MVCExplorer/FlexGrid/CustomCells
http://demos.componentone.com/ASPNET/MVCExplorer/FlexGrid/Filter
http://demos.componentone.com/ASPNET/MVCExplorer/FlexGrid/Sorting
Let me know if you need any help with your project.
~nilay
Posted 15 November 2017, 7:41 am EST
Thanks, I’ll try.