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.