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
135
Issue Regarding DropDownEditorButton Display Style
posted

I Bound the DropDownEditorButton eith texteditor into grid column.

Here is my code:

e.Layout.Bands[0].Columns[

 

"UsageCompany"].ButtonDisplayStyle = ButtonDisplayStyle.OnMouseEnter;

My issue is i wrote this code into grid initilizelayout event of grid.So the frist time the editor button is displayed but as soon as i change the row of the grid the editor button is disappear.

can you give a proper solution for this.

thanks.

 

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello,

    "OnMouseEnter" means that the button would be only visible when you hover over a cell that uses the mentioned editor.

    Could you please let me know how exactly you are creating your editor and where in the code you set it to the desired column ?

    If you have any other questions please feel free to ask.

Children