Hi,
I have webdatagrid with autogenerate="true".
I have applied style for grid,header and item using the corresponding grid attributes.
But when I try to fix one of the columns which is of type template column.The Item style are not
visible and allignment is becoming haphazard. Help on this would be appreciated.
Hello Katuri,
For setting the style to a particular grid record item can be set within the InitializeRow event of the WebDataGrid. I ran a sample using NetAdvantage 11.1.20111.2020 and in this example shows customized background color for the grid record items in the TemplateDataField after enabling column fixing behavior.
Here's the attached sample that I ran for this.
Let me know if you have any questions with this matter. Thank you.
This is just a follow up on the thread if you have any questions on setting the css style to a particular grid record item. In the attached sample demonstrates the usage of the InitializeRow event.