I have the Add feature enabled at the bottom of the grid. It pops up the rowedittemplate and it does its stuff. The button always looks likes its disabled. I went into the DisplayLayout and messed with the styles on teh AddNewButton. I have tried appearnce and button appearnce. Is there something that I am missing?
Thanks I will take a look. This was just another weird issue I saw when I was trying to figure out what the previous programmer was doing.
No biggie.
Thanks
Are you saying that the button appears disabled but that it is not actually disabled? You can click on it and it works but it's just the appearance that is a problem?
If that's the case, then something in your application must be applying an appearance to the button. That is certainly not the default behavior.
Without seeing a sample project I could not guess what's causing it. There are many different appearance properties and such which could affect the look of the button.
Are you using application styling?
See UltraGrid.DisplayLayout.AddNewBox...there are several appearance properties exposed by that object property.