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
320
Problem with css styling
posted

Hi all,

I tried many times to manipulate the css classes to have my customized look of the WebDataGrid.

All fine so far, but I am not able to find the css-class which is responsible for when I click in a cell

and the cell is in edit mode. I searched in "ig_grid.css" and in "ig_texteditor.css" but no Chance.

I've even tried this document: http://ko.infragistics.com/community/blogs/engineering/archive/2010/08/25/webdatagrid-css-styling-guide.aspx

but I am also lost there.

Anybody who could help me?

Thanks & Regards,

Oliver

 

Parents
No Data
Reply
  • 49378
    posted

    Hello Oliver,

    Thank you for posting in the community.

    I assume that you are referring to styling the default input (not editor provider) which is displayed for cells in edit mode in WebDataGrid.

    The classes which are applied to this input by default are.igte_Editlocated inig_texteditor.cssand.igg_EditCellin_ig_dataGrid.css.

    By modifying these two classes it should be possible to alter the look and feel of cells currently being edited.

    Please let me know if this helps.

Children