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.
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.
I follow the sample example from infrgistics site multiselect into ultragrid.
i know 'onmouseenter' means as soon as i move mouse over the cell then its displayed.
and i want same functionality but the problem is first time i move mouse over the cell the editor button is dispalyed but the second time it won't.
so now temporary i used 'Always' property so the button is dispaly permenently.
so can you give me some suggetion...!!!!!
Hello jitesh2mail,
I am not sure why the button could disappear after the initial show, but could you please let me know what version of the Infragistics controls you are using ? Are there any service release applied to them? Also in this case it seems that you would like to have a drop down in one of your columns so you would probably take a look at the link below where is shown how you could create such scenario with our controls:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7841
Please feel free to ask anything related to this matter.