QueryCellStyleInfo and AddNew Row

Hi together, I have a custom painting in the QueryCellStyleInfo event. Now I want to exclude the AddNew Row from my custom painting. How can I identify the AddNew Row so that I can exclude it from my paintings? Regards, Markus

1 Reply

AD Administrator Syncfusion Team August 11, 2005 10:56 AM UTC

You can test the TableCellType. if(e.TableCellIdentity.TableCellType == GridTableCellType.AddNewRecordFieldCell) { //field in addnew row }

Loader.
Up arrow icon