Change color of particular cell of igGrid in a specific Controller.
New DiscussionI am very new in Infragistics igGrid.
I am using igGrid in my current web application using asp.net MVC.
I want to change the color of particular cells in few Rows of igGrid in a specific
Controller.
For this, do I have to make change in UCHierarchicalGridUI.cs Controller
or its View GridUI.cshtml(includes all JavaScript/JQuery related to igGrid) ?
Also, if I am making change in UCHierarchicalGridUI.cs Controller
or its View GridUI.cshtml, then since it is common for all the pages/screens,
will this change will reflect in all the igGrid in all pages/screens?
As I have to change the color of particular cells in few Rows of igGrid in a specific
Controller not in all Controllers.
Please help me how to achieve it.
Any help will be greatly appreciated. Thanks in advance