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
1445
Ultra Grid AddButton Feature ?
posted

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?

Parents
No Data
Reply
  • 469350
    Offline posted

    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?

Children