Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ItemStyle not working on column Fixing
posted

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.

Parents
No Data
Reply
  • 12004
    posted

    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.

    WebDataGrid_CS.zip
Children