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
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.
Hi,
thanks for your quick reply.
Yes, I want to style the Default Input (I use the Office2007 theme)
It works partially:
-I can Change in the .igg_EditCell the text align or vertical alignemt. Fine.
But, when entering a cell where a decimal number is inside, for example 2,5, then the Content Shows it always without comma (or dot). No clue how
to Change that and it's quite irritating for the users. When entered a value and leave the cell, the value is shown correct.
What I can not find is the .igte_Editlocated in the ig_texteditor.css.
May I ask for another hint?
Many regards,