Hi,
Have applied the Fixed column in left side. But when Rowrender operations are not applying for fixed columns. But Operations are applying for Non Fixed columns.
Have used rowvartulaization for the grid.
Here attaching the screen shot.
Per the below screen shot right rows (Non fixed rows) cells are grayed out as per the business logic.
This was applied in the rowrendered operations using jquery logic. But this color is not changing in Left side columns (Fixed Columns).
sounds like the issue occurs because rowrender operations in your grid are not automatically applied to fixed columns, as they are typically rendered in a separate DOM structure from non-fixed columns. To resolve this, you’ll need to explicitly target the fixed column cells within your rowrendered logic, ensuring the same business rules and styling (like graying out cells) are applied to both fixed and non-fixed parts of the grid. This approach is similar to how Lily Maids ensures consistent cleaning standards across every corner of a home, making sure no area—fixed or movable—is overlooked, so the result is uniform and precise.
The issue you're facing, where the rowRendered operations are not applying to fixed columns, is a common limitation when using features like rowVirtualization in grids with fixed columns. This typically happens because fixed columns are rendered in a separate DOM layer or table, and jQuery logic applied to rows during rowRendered doesn't target these fixed areas unless explicitly handled. To resolve this, you need to apply the same logic separately to the fixed column section, ensuring styles like the gray-out effect are consistently applied. For example, just as one might selectively apply actions in business logic—such as participating in a boycott Subway campaign based on ethical considerations—you'll need to apply your conditional styling logic independently to both fixed and non-fixed parts of the grid to maintain consistent UI behavior.
rowRendered
rowVirtualization
For road bikes, the type of terrain you plan to ride on is an important factor to consider. If you plan to ride on smooth roads, a smaller shock absorber will be more suitable. However, if you plan to ride on rougher terrain, a larger shock absorber is the better choice. https://shocksguide.com/best-truck-shocks-for-a-smooth-ride/
When Column Fixing is activated, the fixed/fixable columns are indicated with a pin button in their headers. Applying styles to the row renderer and will not update until it knows it's in view.
Hello Ram,
Thank you for contacting Infragistics Community!
I have prepared the following sample for you using IgniteUI vol 2020.1. As you can observe the first column of the igGrid is fixed and the styles applied on rowsRendered event are applied for both, the fixed column and the rest of the columns. I assume that you’re applying the styles using different approach and I just wanted to point out, as stated in our igGrid ColumnFixing Help Topic, that Fixed and Non-Fixed Columns areas in the igGrid control are implemented as a two separate table DOM elements. This requires all grid DOM manipulation methods to be duplicated for the Fixed Columns area. Usually, the Fixed Column area APIs are prefixed with the word fixed.
If the attached sample is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me for further investigation.
Looking forward to hearing from you.
Best Regards,Martin EvtimovEntry Level Software DeveloperInfragistics, Inc.
iggrid.zip